diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-02-04 16:34:41 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-02-04 16:34:41 +0100 |
| commit | e447289f015ff0c0496cfcbd45edbbbfcfd7ba57 (patch) | |
| tree | 961221fe953941336e0ff9e8971c1208c6a2b83d /lib/MiddleWare/CrashCatcherPlugin.h | |
| parent | e4c956e03c2e34ad1a51509889114aebb5737668 (diff) | |
| download | abrt-e447289f015ff0c0496cfcbd45edbbbfcfd7ba57.tar.gz abrt-e447289f015ff0c0496cfcbd45edbbbfcfd7ba57.tar.xz abrt-e447289f015ff0c0496cfcbd45edbbbfcfd7ba57.zip | |
tabs are replaced by spaces
setting the settings are moved to the MW
Diffstat (limited to 'lib/MiddleWare/CrashCatcherPlugin.h')
| -rw-r--r-- | lib/MiddleWare/CrashCatcherPlugin.h | 51 |
1 files changed, 23 insertions, 28 deletions
diff --git a/lib/MiddleWare/CrashCatcherPlugin.h b/lib/MiddleWare/CrashCatcherPlugin.h index 0dcf4af..c5ecff5 100644 --- a/lib/MiddleWare/CrashCatcherPlugin.h +++ b/lib/MiddleWare/CrashCatcherPlugin.h @@ -30,34 +30,29 @@ class CCrashCatcherPlugin { - private: - - typedef const plugin_info_t* p_plugin_info_t; - typedef CPlugin* (*p_fn_plugin_new_t)(); - - CDynamicLibrary* m_pDynamicLibrary; - p_plugin_info_t m_pPluginInfo; - p_fn_plugin_new_t m_pFnPluginNew; - - bool m_bEnabled; - - map_settings_t m_mapSettings; - public: - CCrashCatcherPlugin(const std::string& pLibPath); - ~CCrashCatcherPlugin(); - - void LoadSettings(const std::string& pPath); - const bool IsEnabled(); - const std::string& GetVersion(); - const int GetMagicNumber(); - const std::string& GetName(); - const std::string& GetDescription(); - const std::string& GetEmail(); - const std::string& GetWWW(); - const plugin_type_t GetType(); - - CPlugin* PluginNew(); - const map_settings_t& GetSettings(); + private: + + typedef const plugin_info_t* p_plugin_info_t; + typedef CPlugin* (*p_fn_plugin_new_t)(); + + CDynamicLibrary* m_pDynamicLibrary; + p_plugin_info_t m_pPluginInfo; + p_fn_plugin_new_t m_pFnPluginNew; + + public: + CCrashCatcherPlugin(const std::string& pLibPath); + ~CCrashCatcherPlugin(); + + const std::string& GetVersion(); + const int GetMagicNumber(); + const std::string& GetName(); + const std::string& GetDescription(); + const std::string& GetEmail(); + const std::string& GetWWW(); + const plugin_type_t GetType(); + + CPlugin* PluginNew(); + const map_settings_t& GetSettings(); }; #endif /*CRASHCATCHERPLUGIN_H_*/ |
