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-package-version-details | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'brep/mod-package-version-details') diff --git a/brep/mod-package-version-details b/brep/mod-package-version-details index d102fdf..cfbcf94 100644 --- a/brep/mod-package-version-details +++ b/brep/mod-package-version-details @@ -18,6 +18,14 @@ namespace brep class package_version_details: public module { public: + package_version_details () = default; + + // Create a shallow copy (handling instance) if initialized and a deep + // copy (context exemplar) otherwise. + // + explicit + package_version_details (const package_version_details&); + virtual bool handle (request&, response&); -- cgit v1.1