diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-05-29 11:31:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-05-29 11:31:51 +0100 |
commit | d1dd13984271090307a91e730a5196503d32d95e (patch) | |
tree | 4bcdb14aff04150899ec4b334901b4da312a7348 /src/repoList.h | |
parent | Fix up all warnings from all the tools (diff) | |
download | netfs-gitfs-d1dd13984271090307a91e730a5196503d32d95e.tar.bz2 netfs-gitfs-d1dd13984271090307a91e730a5196503d32d95e.tar.xz netfs-gitfs-d1dd13984271090307a91e730a5196503d32d95e.zip |
Update to NetFS 1.5 interfaceHEADnetfs-gitfs-0.2.3main
Diffstat (limited to 'src/repoList.h')
-rw-r--r-- | src/repoList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repoList.h b/src/repoList.h index d32f3b0..7995136 100644 --- a/src/repoList.h +++ b/src/repoList.h @@ -16,6 +16,7 @@ namespace GitFS { NetFS::VolumePrxPtr connect( const ::std::string volume, const ::std::string auth, const ::Ice::Current & current) override; + NetFS::SettingsPtr getSettings(const ::Ice::Current & current) override; private: const Ice::PropertiesPtr properties; |