summaryrefslogtreecommitdiff
path: root/netfs/daemonModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemonModule.h')
-rw-r--r--netfs/daemonModule.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/netfs/daemonModule.h b/netfs/daemonModule.h
new file mode 100644
index 0000000..5d2123c
--- /dev/null
+++ b/netfs/daemonModule.h
@@ -0,0 +1,12 @@
+#ifndef DAEMONMODULE_H
+#define DAEMONMODULE_H
+
+#include "daemon.h"
+
+class DaemonModule {
+ protected:
+ DaemonModule(DaemonGlobalStatePtr dgs);
+};
+
+#endif
+