From 67684b3a9a7205cef15f5978b5adc4df632f5af5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 Jul 2019 13:54:41 +0100 Subject: Basically all the core functionality --- src/repo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/repo.h') diff --git a/src/repo.h b/src/repo.h index e6f7d94..0b8cc56 100644 --- a/src/repo.h +++ b/src/repo.h @@ -31,6 +31,8 @@ namespace GitFS { void utimens(ReqEnv env, ::std::string path, long long int atime, long long int atimens, long long int mtime, long long int mtimens, const ::Ice::Current& current) override; private: + friend class Directory; + friend class Blob; Git::RepositoryPtr repo; Git::CommitPtr commit; Git::TreePtr tree; -- cgit v1.2.3