summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServer.h
diff options
context:
space:
mode:
authorDaniel Novotny <dnovotny@dhcp-0-118.brq.redhat.com>2009-08-25 15:40:26 +0200
committerDaniel Novotny <dnovotny@dhcp-0-118.brq.redhat.com>2009-08-25 15:40:26 +0200
commitf495fd571cc063c2e0980e14b0cac604a5c71b32 (patch)
treea7c2ba4a1fce039b5333258ffd72f49d3eeae6a3 /src/Daemon/CommLayerServer.h
parente4185013d1309b80633d17b84837913ac8705438 (diff)
parentfacd7083bc1c5f097b7d6795780670644ccfbb1f (diff)
downloadabrt-f495fd571cc063c2e0980e14b0cac604a5c71b32.tar.gz
abrt-f495fd571cc063c2e0980e14b0cac604a5c71b32.tar.xz
abrt-f495fd571cc063c2e0980e14b0cac604a5c71b32.zip
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CommLayerServer.h')
-rw-r--r--src/Daemon/CommLayerServer.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/Daemon/CommLayerServer.h b/src/Daemon/CommLayerServer.h
index afc9ecf3..76af62b2 100644
--- a/src/Daemon/CommLayerServer.h
+++ b/src/Daemon/CommLayerServer.h
@@ -9,17 +9,6 @@
#include "Observer.h"
#include "CrashTypes.h"
-/* just a helper function */
-template< class T >
-std::string
-to_string( T x )
-{
- std::ostringstream o;
- o << x;
- return o.str();
-}
-
-
class CCommLayerServer {
protected:
CObserver *m_pObserver;
@@ -41,7 +30,7 @@ class CCommLayerServer {
virtual void AnalyzeComplete(const map_crash_report_t& arg1) {}
virtual void Error(const std::string& arg1) {}
virtual void Update(const std::string& pDest, const std::string& pMessage) {};
- virtual void Warning(const std::string& pDest, const std::string& pMessage) {};
+ virtual void Warning(const std::string& pMessage) {};
virtual void JobDone(const std::string &pDest, uint64_t pJobID) {};
};