diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-19 19:08:03 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-19 19:08:03 +0200 |
| commit | 14b68dc5f0b2bea106383f623e9ad037a4fdc682 (patch) | |
| tree | 746e3c42e73d270101412e5040e97feaa6179260 /src | |
| parent | 7807408b34ef87b834295c05a80d16920aadb689 (diff) | |
| download | abrt-14b68dc5f0b2bea106383f623e9ad037a4fdc682.tar.gz abrt-14b68dc5f0b2bea106383f623e9ad037a4fdc682.tar.xz abrt-14b68dc5f0b2bea106383f623e9ad037a4fdc682.zip | |
remove unused src/Daemon/DBusCommon.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/DBusCommon.h | 32 | ||||
| -rw-r--r-- | src/Daemon/Makefile.am | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/src/Daemon/DBusCommon.h b/src/Daemon/DBusCommon.h deleted file mode 100644 index 20c9424..0000000 --- a/src/Daemon/DBusCommon.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - Copyright (C) 2009 Jiri Moskovcak (jmoskovc@redhat.com) - Copyright (C) 2009 RedHat inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#define CC_DBUS_NAME "com.redhat.abrt" -#define CC_DBUS_PATH "/com/redhat/abrt" -#define CC_DBUS_IFACE "com.redhat.abrt" - -#include <map> -#include <string> -#include <vector> - -//typedef std::vector<crash_info_t> vector_crash_infos_t; -typedef std::vector< std::vector<std::string> > 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; -typedef std::vector<std::string> map_crash_report_t; diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 7964177..c040849 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -7,7 +7,6 @@ abrt_SOURCES = \ MiddleWare.cpp MiddleWare.h \ CrashWatcher.cpp CrashWatcher.h \ Daemon.cpp \ - DBusCommon.h \ Settings.h Settings.cpp abrt_CPPFLAGS = \ -I$(srcdir)/../../inc \ |
