diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-08 17:16:49 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-08 17:16:49 +0200 |
| commit | c02dc38e2f27542a78500b5a04ec787495b8f0f1 (patch) | |
| tree | 4b568838e0585b494e2df6401365c06c79c6595f /src/Daemon/CommLayerServer.h | |
| parent | ff2627e7c597e50025ca4d91ff8168eec80f9054 (diff) | |
| download | abrt-c02dc38e2f27542a78500b5a04ec787495b8f0f1.tar.gz abrt-c02dc38e2f27542a78500b5a04ec787495b8f0f1.tar.xz abrt-c02dc38e2f27542a78500b5a04ec787495b8f0f1.zip | |
remove unused Error() methods and dbus signals.
I guess it turned out Warning() works just fine.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServer.h')
| -rw-r--r-- | src/Daemon/CommLayerServer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServer.h b/src/Daemon/CommLayerServer.h index 0b1027ac..e87c5c4b 100644 --- a/src/Daemon/CommLayerServer.h +++ b/src/Daemon/CommLayerServer.h @@ -17,7 +17,6 @@ class CCommLayerServer { virtual void JobDone(const char* pDest, const char* pUUID) = 0; virtual void JobStarted(const char* pDest) {}; - virtual void Error(const std::string& pMessage, const char* peer) {} virtual void Update(const std::string& pMessage, const char* peer, uint64_t pJobID) {}; virtual void Warning(const std::string& pMessage, const char* peer, uint64_t pJobID) {}; }; |
