summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/CrashWatcher.h')
-rw-r--r--src/Daemon/CrashWatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/CrashWatcher.h b/src/Daemon/CrashWatcher.h
index d20cecff..deba9014 100644
--- a/src/Daemon/CrashWatcher.h
+++ b/src/Daemon/CrashWatcher.h
@@ -28,7 +28,6 @@
//#include "DBusServerProxy.h"
#include "MiddleWare.h"
#include "Settings.h"
-#include "CommLayerInner.h"
//FIXME remove when it gets to autoconf
#include "CommLayerServerDBus.h"
@@ -37,11 +36,11 @@
#elif HAVE_SOCKET
#include "CommLayerServerSocket.h"
#endif
+#include "CommLayerInner.h"
// 1024 simultaneous actions
#define INOTIFY_BUFF_SIZE ((sizeof(struct inotify_event)+FILENAME_MAX)*1024)
-
class CCrashWatcher
//: public CDBusServer_adaptor,
// public DBus::IntrospectableAdaptor,
@@ -64,6 +63,7 @@ class CCrashWatcher
std::string m_sTarget;
CMiddleWare *m_pMW;
CCommLayerServer *m_pCommLayer;
+ CCommLayerInner *m_pCommLayerInner;
/*FIXME not needed */
//DBus::Connection *m_pConn;
CSettings *m_pSettings;