version 0.2.3
[fms.git] / include / global.h
index 5240cc7..db939a4 100644 (file)
@@ -2,10 +2,9 @@
 #define _global_\r
 \r
 #include <vector>\r
-//#include <zthread/Thread.h>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.2"\r
+#define FMS_VERSION    "0.2.3"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -26,9 +25,6 @@ void SigHandler(int signum);
 void MainFunction();\r
 void Shutdown();\r
 \r
-//void StartThreads(std::vector<PThread::Thread *> &threads);\r
-//void ShutdownThreads(std::vector<PThread::Thread *> &threads);\r
-\r
 // needed for Windows to setup network\r
 void SetupNetwork();\r
 // cleanup network on Windows\r