X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackagemanager.h;h=b168d723e174739c3c652f376f7f1cefe407cda2;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=48c3c16fd4fcbdb486368fa2dfed5147af7f7b8b;hpb=7606161ee4a6fd13c2f5ddca413ba3582df66f03;p=builder.git diff --git a/source/packagemanager.h b/source/packagemanager.h index 48c3c16..b168d72 100644 --- a/source/packagemanager.h +++ b/source/packagemanager.h @@ -49,7 +49,7 @@ public: void add_package(Package *); /** Returns a package from the cache. */ - Package *get_package(const std::string &); + Package *get_package(const std::string &) const; /** Returns the package that was added first. This should be considered the primary build target. */ @@ -71,6 +71,9 @@ private: /** Determines the file containing a binary package. The file is expected to be named after the package. */ Msp::FS::Path get_binary_package_file(const std::string &); + +public: + void save_all_caches() const; }; #endif