aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-repository-details
diff options
context:
space:
mode:
Diffstat (limited to 'brep/mod-repository-details')
-rw-r--r--brep/mod-repository-details8
1 files changed, 8 insertions, 0 deletions
diff --git a/brep/mod-repository-details b/brep/mod-repository-details
index 5f1e93f..411d9e6 100644
--- a/brep/mod-repository-details
+++ b/brep/mod-repository-details
@@ -18,6 +18,14 @@ namespace brep
class repository_details: public module
{
public:
+ repository_details () = default;
+
+ // Create a shallow copy (handling instance) if initialized and a deep
+ // copy (context exemplar) otherwise.
+ //
+ explicit
+ repository_details (const repository_details&);
+
virtual bool
handle (request&, response&);