aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-repository-root
diff options
context:
space:
mode:
Diffstat (limited to 'brep/mod-repository-root')
-rw-r--r--brep/mod-repository-root6
1 files changed, 6 insertions, 0 deletions
diff --git a/brep/mod-repository-root b/brep/mod-repository-root
index 254dfa3..f2c2ba0 100644
--- a/brep/mod-repository-root
+++ b/brep/mod-repository-root
@@ -23,6 +23,12 @@ namespace brep
public:
repository_root ();
+ // Create a shallow copy (handling instance) if initialized and a deep
+ // copy (context exemplar) otherwise.
+ //
+ explicit
+ repository_root (const repository_root&);
+
private:
virtual bool
handle (request&, response&);