diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-17 00:54:45 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-17 00:54:45 +0200 |
| commit | 965e2c893488164c6b36ec1942e762bb42e7fb61 (patch) | |
| tree | 2875a673449bd10e5845f4aacda349767135ba20 /src/CLI/CommLayerClientDBus.cpp | |
| parent | 92e1cccad55ec52e4fb0cfff538cae836c1e1941 (diff) | |
| download | abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.tar.gz abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.tar.xz abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.zip | |
remove C++ dbus glue in src/CLI; fix a bug in --report
Several kb of code removed. The nly remaining use of C++ glue
is desktop applet.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI/CommLayerClientDBus.cpp')
| -rw-r--r-- | src/CLI/CommLayerClientDBus.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/CLI/CommLayerClientDBus.cpp b/src/CLI/CommLayerClientDBus.cpp deleted file mode 100644 index 7798346..0000000 --- a/src/CLI/CommLayerClientDBus.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "CommLayerClientDBus.h" -CCommLayerClientDBus::CCommLayerClientDBus(DBus::Connection &connection, const char *path, const char *name) -: CDBusClient_proxy(connection), - DBus::ObjectProxy(connection, path, name) -{ -} -CCommLayerClientDBus::~CCommLayerClientDBus() -{ -}; - -void Crash(std::string &value) -{ - std::cout << "Another Crash?" << std::endl; -} |
