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-root | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'brep/mod-repository-root') 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&); -- cgit v1.1