diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-02 16:24:46 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-02 16:24:46 +0200 |
| commit | 62a15a2e7cc5186661bef2ec172422989c72e5db (patch) | |
| tree | 8561ea8bfabbb1136a6ca7b222f18c7a6f343eb7 /lib/CommLayer/CommLayerServer.h | |
| parent | f02f0b3c6b8801584884fb2e4da0707417374185 (diff) | |
| download | abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.gz abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.xz abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.zip | |
new crash types
Diffstat (limited to 'lib/CommLayer/CommLayerServer.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServer.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/CommLayer/CommLayerServer.h b/lib/CommLayer/CommLayerServer.h index fa8023a..e4a5170 100644 --- a/lib/CommLayer/CommLayerServer.h +++ b/lib/CommLayer/CommLayerServer.h @@ -5,12 +5,6 @@ #include "MiddleWare.h" #include "Observer.h" - -//typedef std::vector<crash_info_t> vector_crash_infos_t; -typedef std::vector< std::vector<std::string> > dbus_vector_crash_infos_t; -typedef std::vector< std::map<std::string, std::string> > dbus_vector_map_crash_infos_t; -typedef std::map<std::string, std::string> dbus_map_report_info_t; - /* just a helper function */ template< class T > std::string @@ -44,6 +38,6 @@ class CCommLayerServer{ public: /* just stubs to be called when not implemented in specific comm layer */ void Crash(const std::string& arg1) {} - void AnalyzeComplete(dbus_map_report_info_t arg1) {} + void AnalyzeComplete(map_crash_report_t arg1) {} void Error(const std::string& arg1) {} }; |
