aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-package-details
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-06 13:52:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-07 00:05:29 +0300
commitb72424fca7a6af6ff7921101c450850fef875152 (patch)
treeac295d1e228379b1b31c6af3a84e7057f2ea96ae /brep/mod-package-details
parent0f9c65e489a7b59f76ccbf2ca6e76ab0a1012932 (diff)
Support multiple instances of brep in a single Apache instance
Diffstat (limited to 'brep/mod-package-details')
-rw-r--r--brep/mod-package-details8
1 files changed, 8 insertions, 0 deletions
diff --git a/brep/mod-package-details b/brep/mod-package-details
index a99d271..0a86fc2 100644
--- a/brep/mod-package-details
+++ b/brep/mod-package-details
@@ -18,6 +18,14 @@ namespace brep
class package_details: public module
{
public:
+ package_details () = default;
+
+ // Create a shallow copy (handling instance) if initialized and a deep
+ // copy (context exemplar) otherwise.
+ //
+ explicit
+ package_details (const package_details&);
+
virtual bool
handle (request&, response&);