From b72424fca7a6af6ff7921101c450850fef875152 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 6 Mar 2016 13:52:48 +0300 Subject: Support multiple instances of brep in a single Apache instance --- brep/mod-repository-details | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'brep/mod-repository-details') 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&); -- cgit v1.1