summaryrefslogtreecommitdiff
path: root/netfs/daemonModule.h
blob: 5d2123ce527451eaab4aa51425a40972f7ca1dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DAEMONMODULE_H
#define DAEMONMODULE_H

#include "daemon.h"

class DaemonModule {
	protected:
		DaemonModule(DaemonGlobalStatePtr dgs);
};

#endif