aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-package-details
diff options
context:
space:
mode:
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&);