diff options
| author | Karel Klic <kklic@redhat.com> | 2010-08-19 15:34:06 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-08-19 15:34:06 +0200 |
| commit | e29e4bef382b5c4c768acf80a9fe89fae81752ae (patch) | |
| tree | 33597b063e8f2a3b9ab099b468265b21f9336cd5 /lib/plugins/KerneloopsReporter.h | |
| parent | 8f4b6e717f6bfec1f35ed2931a76a2793e76bef1 (diff) | |
| parent | e4b94e60457254a50405be93ca63cf925dd934d7 (diff) | |
| download | abrt-e29e4bef382b5c4c768acf80a9fe89fae81752ae.tar.gz abrt-e29e4bef382b5c4c768acf80a9fe89fae81752ae.tar.xz abrt-e29e4bef382b5c4c768acf80a9fe89fae81752ae.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/plugins/KerneloopsReporter.h')
| -rw-r--r-- | lib/plugins/KerneloopsReporter.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/plugins/KerneloopsReporter.h b/lib/plugins/KerneloopsReporter.h index cb939d0d..679e5b0b 100644 --- a/lib/plugins/KerneloopsReporter.h +++ b/lib/plugins/KerneloopsReporter.h @@ -34,18 +34,18 @@ class CKerneloopsReporter : public CReporter { - private: - std::string m_sSubmitURL; + private: + std::string m_sSubmitURL; - public: - CKerneloopsReporter(); + public: + CKerneloopsReporter(); - virtual void SetSettings(const map_plugin_settings_t& pSettings); + virtual void SetSettings(const map_plugin_settings_t& pSettings); //ok to delete? -// virtual const map_plugin_settings_t& GetSettings(); - virtual std::string Report(const map_crash_data_t& pCrashData, - const map_plugin_settings_t& pSettings, - const char *pArgs); +// virtual const map_plugin_settings_t& GetSettings(); + virtual std::string Report(const map_crash_data_t& pCrashData, + const map_plugin_settings_t& pSettings, + const char *pArgs); }; #endif |
