summaryrefslogtreecommitdiff
path: root/netfs/daemonService.h
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemonService.h')
-rw-r--r--netfs/daemonService.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/netfs/daemonService.h b/netfs/daemonService.h
deleted file mode 100644
index 067e4a5..0000000
--- a/netfs/daemonService.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef DAEMONSERVICE_H
-#define DAEMONSERVICE_H
-
-#include "netfsComms.h"
-#include "daemonModule.h"
-
-class ServiceServer : public DaemonModule, public NetFSComms::Service {
- public:
- ServiceServer(int16_t hostseed, DaemonGlobalStatePtr dgs);
-
- virtual Ice::Long connect(const std::string & share, const std::string & auth, const Ice::Current&);
- virtual void disconnect(Ice::Long tok, const Ice::Current&);
- private:
- const int16_t hostseed;
-};
-
-#endif
-