diff options
Diffstat (limited to 'live.h')
-rw-r--r-- | live.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -24,18 +24,14 @@ public: virtual bool SetupParse(const char *Name, const char *Value); static std::string const& GetConfigDirectory() { return m_configDirectory; } -#if APIVERSNUM > 10729 static std::string const& GetResourceDirectory() { return m_resourceDirectory; } -#endif private: static const char *VERSION; static const char *DESCRIPTION; static std::string m_configDirectory; -#if APIVERSNUM > 10729 static std::string m_resourceDirectory; -#endif std::auto_ptr< ServerThread > m_thread; }; |