diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-11 15:33:20 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-11 15:33:20 +0200 |
| commit | 13329d88e147fac7cafcdebcafd1859a74a27aa9 (patch) | |
| tree | 6d4b83a7c6cc1cd982c0cfcc84b6e36f07b83865 /lib/CommLayer/Observer.h | |
| parent | b67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba (diff) | |
| download | abrt-13329d88e147fac7cafcdebcafd1859a74a27aa9.tar.gz abrt-13329d88e147fac7cafcdebcafd1859a74a27aa9.tar.xz abrt-13329d88e147fac7cafcdebcafd1859a74a27aa9.zip | |
DBUS: exposed methods Un/RegisterPlugin
Diffstat (limited to 'lib/CommLayer/Observer.h')
| -rw-r--r-- | lib/CommLayer/Observer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h index 8b3a85f..ec7268e 100644 --- a/lib/CommLayer/Observer.h +++ b/lib/CommLayer/Observer.h @@ -27,6 +27,8 @@ class CObserver { virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string &pSender) = 0; virtual vector_map_string_string_t GetPluginsInfo() = 0; virtual map_plugin_settings_t GetPluginSettings(const std::string& pName) = 0; + virtual void RegisterPlugin(const std::string& pName) = 0; + virtual void UnRegisterPlugin(const std::string& pName) = 0; }; #endif /* OBSERVER_H_ */ |
