diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-06 15:49:21 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-06 15:49:21 +0200 |
| commit | 9a3268d970142f0dfb4e3e77c66c9637bf87fbda (patch) | |
| tree | e5626fd3a9fd086abf3a1790a67bc708b8de94b8 /lib/CommLayer/CommLayerServerDBus.h | |
| parent | 53cec748dd575298de6cf3e47afe5736c61bfe21 (diff) | |
| download | abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.tar.gz abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.tar.xz abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.zip | |
DBUS: added method GetPluginsInfo()
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServerDBus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h index df5d93d..9301a10 100644 --- a/lib/CommLayer/CommLayerServerDBus.h +++ b/lib/CommLayer/CommLayerServerDBus.h @@ -26,6 +26,7 @@ class CCommLayerServerDBus virtual bool Report(map_crash_report_t pReport,const std::string &pSender); virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender); virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pSender); + virtual vector_map_string_string_t GetPluginsInfo(); virtual void Crash(const std::string& arg1); virtual void AnalyzeComplete(map_crash_report_t arg1); |
