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.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/repoList.cpp (limited to 'src/repoList.cpp') diff --git a/src/repoList.cpp b/src/repoList.cpp new file mode 100644 index 0000000..0ee92c5 --- /dev/null +++ b/src/repoList.cpp @@ -0,0 +1,16 @@ +#include +#include "repoList.h" +#include "repo.h" + +GitFS::RepoList::RepoList(const Ice::PropertiesPtr &) +{ + +} + +NetFS::VolumePrxPtr +GitFS::RepoList::connect(const ::std::string, const ::std::string, + const ::Ice::Current & ice) +{ + return Ice::uncheckedCast(ice.adapter->addWithUUID(std::make_shared())); +} + -- cgit v1.2.3