diff options
Diffstat (limited to 'netfs/daemon/daemonService.h')
-rw-r--r-- | netfs/daemon/daemonService.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/daemon/daemonService.h b/netfs/daemon/daemonService.h index fe79e21..1b240c2 100644 --- a/netfs/daemon/daemonService.h +++ b/netfs/daemon/daemonService.h @@ -10,6 +10,7 @@ public: explicit ServiceServer(NetFS::Daemon::ConfigurationPtr c); NetFS::VolumePrxPtr connect(const std::string share, const std::string auth, const Ice::Current &) override; + NetFS::SettingsPtr getSettings(const Ice::Current &) override; private: EntryResolverPtr<User> userLookup; |