summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerDBus.cpp
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.cpp
parentb6ce5fa6dd940b89e9a6496883f7275d1ab0abcf (diff)
downloadabrt-3ff338efaf140a7d7d30e018144c4ab41044e446.tar.gz
abrt-3ff338efaf140a7d7d30e018144c4ab41044e446.tar.xz
abrt-3ff338efaf140a7d7d30e018144c4ab41044e446.zip
removed unneeded code
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.cpp')
-rw-r--r--lib/CommLayer/CommLayerServerDBus.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.cpp b/lib/CommLayer/CommLayerServerDBus.cpp
index 5bcecf27..b4df14b9 100644
--- a/lib/CommLayer/CommLayerServerDBus.cpp
+++ b/lib/CommLayer/CommLayerServerDBus.cpp
@@ -42,27 +42,6 @@ vector_crash_infos_t CCommLayerServerDBus::GetCrashInfos(const std::string &pDBu
return retval;
}
-dbus_vector_map_crash_infos_t CCommLayerServerDBus::GetCrashInfosMap(const std::string &pDBusSender)
-{
- dbus_vector_map_crash_infos_t retval;
- /*vector_crash_infos_t crash_info;
- unsigned long unix_uid = m_pConn->sender_unix_uid(pDBusSender.c_str());
- try
- {
- crash_info = m_pMW->GetCrashInfos(to_string(unix_uid));
- }
- catch(std::string err)
- {
- std::cerr << err << std::endl;
- }
- for (vector_crash_infos_t::iterator it = crash_info.begin(); it!=crash_info.end(); ++it) {
- std::cerr << it->m_sExecutable << std::endl;
- retval.push_back(it->GetMap());
- }
- Notify("Sent crash info");*/
- return retval;
-}
-
map_crash_report_t CCommLayerServerDBus::CreateReport(const std::string &pUUID,const std::string &pDBusSender)
{
unsigned long unix_uid = m_pConn->sender_unix_uid(pDBusSender.c_str());