version 0.3.26
[fms.git] / include / threadbuilder.h
1 #ifndef _threadbuilder_\r
2 #define _threadbuilder_\r
3 \r
4 #include "idatabase.h"\r
5 #include "ilogger.h"\r
6 \r
7 class ThreadBuilder:public IDatabase,ILogger\r
8 {\r
9 public:\r
10 \r
11         const bool Build(const long messageid, const long boardid, const bool bydate=false);\r
12 \r
13 private:\r
14 \r
15 };\r
16 \r
17 #endif  // _threadbuilder_\r