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