version 0.3.0
[fms.git] / include / option.h
index c18c716..c01621d 100644 (file)
@@ -4,11 +4,10 @@
 #include "db/sqlite3db.h"\r
 \r
 #include <sstream>\r
-//#include <zthread/Singleton.h>\r
-#include "pthreadwrapper/singleton.h"\r
+#include "threadwrapper/singleton.h"\r
 \r
 //just a wrapper around the database for the options table\r
-class Option:public PThread::Singleton<Option>\r
+class Option:public Singleton<Option>\r
 {\r
 public:\r
        const bool Get(const std::string &option, std::string &value);\r