version 0.3.23
[fms.git] / include / threadbuilder.h
diff --git a/include/threadbuilder.h b/include/threadbuilder.h
new file mode 100644 (file)
index 0000000..5c0fc42
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef _threadbuilder_\r
+#define _threadbuilder_\r
+\r
+#include "idatabase.h"\r
+\r
+class ThreadBuilder:public IDatabase\r
+{\r
+public:\r
+\r
+       const bool Build(const long messageid, const long boardid, const bool bydate=false);\r
+\r
+private:\r
+\r
+};\r
+\r
+#endif // _threadbuilder_\r