Index: src/plugin/PluginSystem.h |
=================================================================== |
--- a/src/plugin/PluginSystem.h |
+++ b/src/plugin/PluginSystem.h |
@@ -1,24 +1,7 @@ |
#ifndef _PLUGIN_SYSTEM_H_ |
#define _PLUGIN_SYSTEM_H_ |
- |
-class CPluginSystem |
-{ |
-private: |
- |
- static CComAutoCriticalSection s_criticalSection; |
- |
- // Private constructor used by the singleton pattern |
- CPluginSystem(); |
- |
-public: |
- static CPluginSystem* s_instance; |
- |
- static CPluginSystem* CPluginSystem::GetInstance(); |
- |
- ~CPluginSystem(); |
- |
- CString GetBrowserLanguage() const; |
-}; |
+#include <string> |
+std::wstring GetBrowserLanguage(); |
#endif // _PLUGIN_SYSTEM_H_ |