diff options
Diffstat (limited to 'src/repoList.h')
| -rw-r--r-- | src/repoList.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/src/repoList.h b/src/repoList.h index 0c2ed4b..2e876c2 100644 --- a/src/repoList.h +++ b/src/repoList.h @@ -1,20 +1,20 @@  #ifndef GITFS_REPOLIST_H  #define GITFS_REPOLIST_H -#include <service.h>  #include <Ice/Properties.h> +#include <service.h>  namespace GitFS {  	class RepoList : public NetFS::Service { -		public: -			RepoList(Ice::PropertiesPtr &&); +	public: +		RepoList(Ice::PropertiesPtr &&); -			NetFS::VolumePrxPtr connect(const ::std::string volume, const ::std::string auth, const ::Ice::Current& current) override; +		NetFS::VolumePrxPtr connect( +				const ::std::string volume, const ::std::string auth, const ::Ice::Current & current) override; -		private: -			const Ice::PropertiesPtr properties; +	private: +		const Ice::PropertiesPtr properties;  	};  }  #endif -  | 
