summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerDBus.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-09 16:05:33 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-09 16:05:33 +0200
commit3ff338efaf140a7d7d30e018144c4ab41044e446 (patch)
tree46639451d8acc578180b43e064d0430fca95843c /lib/CommLayer/CommLayerServerDBus.h
parentb6ce5fa6dd940b89e9a6496883f7275d1ab0abcf (diff)
downloadabrt-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.h1
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);