summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-10-12 11:46:13 +0200
committerKarel Klic <kklic@redhat.com>2009-10-12 11:46:13 +0200
commita41deef57d58ddcce264900885d94df37d23bff4 (patch)
tree1b2975c952b3179dab1e09e4d3609fcfcf02d610 /src/Daemon/CommLayerServerSocket.h
parent691fd95d03763f803e499dba06c8caecb279427f (diff)
parentb88494a1bbfc8871642fe117d893f2970f543a1b (diff)
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index f598841b..baca195d 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -31,5 +31,4 @@ class CCommLayerServerSocket : public CCommLayerServer
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
virtual void Crash(const std::string& arg1);
- virtual void JobStarted(const char* pDest) {};
};