#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())); }