version 0.3.19
[fms.git] / include / option.h
index c18c716..9de5adf 100644 (file)
@@ -4,14 +4,14 @@
 #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
+       const bool GetInt(const std::string &option, int &value);\r
        template<class T>\r
        void Set(const std::string &option, const T &value);\r
 private:\r