aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-repository-root.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-08 17:46:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-08 21:00:05 +0300
commitd63e34a7e8612dc69ae25f3d3903ba04cc808bf7 (patch)
treea70540d6d7ec2b9ce72eae52d83ff35bcf150c1c /mod/mod-repository-root.hxx
parent70c1cdfd8f34472761fe5ec97f0713990c1b4f5b (diff)
Add support for root global and tenant views
Diffstat (limited to 'mod/mod-repository-root.hxx')
-rw-r--r--mod/mod-repository-root.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-repository-root.hxx b/mod/mod-repository-root.hxx
index 9a71849..a46f43f 100644
--- a/mod/mod-repository-root.hxx
+++ b/mod/mod-repository-root.hxx
@@ -13,7 +13,7 @@
namespace brep
{
- class package_search;
+ class packages;
class package_details;
class package_version_details;
class repository_details;
@@ -58,7 +58,7 @@ namespace brep
version ();
private:
- shared_ptr<package_search> package_search_;
+ shared_ptr<packages> packages_;
shared_ptr<package_details> package_details_;
shared_ptr<package_version_details> package_version_details_;
shared_ptr<repository_details> repository_details_;