From 4c25da8a7ba7437657c3e2da592145113d3532f4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Jul 2019 10:53:14 +0100 Subject: Initial commit Not a lot of stuff, hard coded paths, tests against /usr/portage --- src/repoList.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/repoList.h (limited to 'src/repoList.h') diff --git a/src/repoList.h b/src/repoList.h new file mode 100644 index 0000000..ac8b885 --- /dev/null +++ b/src/repoList.h @@ -0,0 +1,17 @@ +#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 + -- cgit v1.2.3