#ifndef GITFS_REPOLIST_H #define GITFS_REPOLIST_H #include #include namespace GitFS { class RepoList : public NetFS::Service { public: RepoList(const Ice::PropertiesPtr & ptr); virtual NetFS::VolumePrxPtr connect(const ::std::string volume, const ::std::string auth, const ::Ice::Current& current) override; }; } #endif