summaryrefslogtreecommitdiff
path: root/mythfs/service/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/service.h')
-rw-r--r--mythfs/service/service.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/mythfs/service/service.h b/mythfs/service/service.h
new file mode 100644
index 0000000..d021f2b
--- /dev/null
+++ b/mythfs/service/service.h
@@ -0,0 +1,15 @@
+#ifndef MYTHFS_SERVICE_H
+#define MYTHFS_SERVICE_H
+
+#include <visibility.h>
+#include <service.h>
+
+namespace MythFS {
+ class Service : public ::NetFS::Service {
+ public:
+ ::NetFS::VolumePrx connect(const std::string &, const ::std::string &, const Ice::Current &) override;
+ };
+}
+
+#endif
+