summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServer.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-21 20:03:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-21 20:03:19 +0200
commit9802f19eb7930494cb1802326bc130b9022b50cc (patch)
tree862ee15c53df2da69718b609c0602f4402a8132c /src/Daemon/CommLayerServer.h
parentaa09d40fdcaf9abfe750929c5fe3b19ac1cef0cb (diff)
downloadabrt-9802f19eb7930494cb1802326bc130b9022b50cc.tar.gz
abrt-9802f19eb7930494cb1802326bc130b9022b50cc.tar.xz
abrt-9802f19eb7930494cb1802326bc130b9022b50cc.zip
cleanup (m_XXX -> g_XXX renames and the like)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServer.h')
-rw-r--r--src/Daemon/CommLayerServer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Daemon/CommLayerServer.h b/src/Daemon/CommLayerServer.h
index 7601fa17..af79511a 100644
--- a/src/Daemon/CommLayerServer.h
+++ b/src/Daemon/CommLayerServer.h
@@ -22,12 +22,8 @@ to_string( T x )
class CCommLayerServer {
protected:
- /* FIXME more observers? */
- //std::vector<Observer *obs>;
CObserver *m_pObserver;
public:
- //CMiddleWare *m_pMW;
- //CCommLayerServer(CMiddleWare *pMW);
CCommLayerServer();
virtual ~CCommLayerServer();
/* observer */