diff options
Diffstat (limited to 'mythfs/service/service.h')
-rw-r--r-- | mythfs/service/service.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mythfs/service/service.h b/mythfs/service/service.h index 758cc9b..cea8185 100644 --- a/mythfs/service/service.h +++ b/mythfs/service/service.h @@ -1,15 +1,15 @@ #ifndef MYTHFS_SERVICE_H #define MYTHFS_SERVICE_H -#include <visibility.h> #include <service.h> +#include <visibility.h> namespace MythFS { class Service : public ::NetFS::Service { - public: - ::NetFS::VolumePrxPtr connect(const std::string, const ::std::string, const Ice::Current &) override; + public: + ::NetFS::VolumePrxPtr connect(const std::string, const ::std::string, const Ice::Current &) override; + ::NetFS::SettingsPtr getSettings(const Ice::Current &) override; }; } #endif - |