diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-09 16:05:33 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-09 16:05:33 +0200 |
| commit | 3ff338efaf140a7d7d30e018144c4ab41044e446 (patch) | |
| tree | 46639451d8acc578180b43e064d0430fca95843c /lib/CommLayer/CommLayerServerDBus.h | |
| parent | b6ce5fa6dd940b89e9a6496883f7275d1ab0abcf (diff) | |
| download | abrt-3ff338efaf140a7d7d30e018144c4ab41044e446.tar.gz abrt-3ff338efaf140a7d7d30e018144c4ab41044e446.tar.xz abrt-3ff338efaf140a7d7d30e018144c4ab41044e446.zip | |
removed unneeded code
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServerDBus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h index ba730ac..01314af 100644 --- a/lib/CommLayer/CommLayerServerDBus.h +++ b/lib/CommLayer/CommLayerServerDBus.h @@ -20,7 +20,6 @@ class CCommLayerServerDBus virtual ~CCommLayerServerDBus(); virtual vector_crash_infos_t GetCrashInfos(const std::string &pDBusSender); - virtual dbus_vector_map_crash_infos_t GetCrashInfosMap(const std::string &pDBusSender); virtual map_crash_report_t CreateReport(const std::string &pUUID,const std::string &pDBusSender); virtual bool Report(map_crash_report_t pReport); virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pDBusSender); |
