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 1b240c2..e796dc5 100644 --- a/netfs/daemon/daemonService.h +++ b/netfs/daemon/daemonService.h @@ -9,6 +9,7 @@ class ServiceServer : public NetFS::Service { public: explicit ServiceServer(NetFS::Daemon::ConfigurationPtr c); + // cppcheck-suppress passedByValue; NetFS::VolumePrxPtr connect(const std::string share, const std::string auth, const Ice::Current &) override; NetFS::SettingsPtr getSettings(const Ice::Current &) override; |