Rename class

This commit is contained in:
Eelco Dolstra
2016-02-18 12:51:10 +01:00
parent de77cc2910
commit a992f688d1
3 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ namespace nix {
struct NarInfo;
class LocalBinaryCache : public nix::Store
class BinaryCacheStore : public nix::Store
{
private:
ref<Store> localStore;
@@ -18,7 +18,7 @@ private:
public:
LocalBinaryCache(ref<Store> localStore, const Path & binaryCacheDir,
BinaryCacheStore(ref<Store> localStore, const Path & binaryCacheDir,
const Path & secretKeyFile, const Path & publicKeyFile);
private: