aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-package-search
diff options
context:
space:
mode:
Diffstat (limited to 'brep/mod-package-search')
-rw-r--r--brep/mod-package-search8
1 files changed, 8 insertions, 0 deletions
diff --git a/brep/mod-package-search b/brep/mod-package-search
index 7db976b..1730be4 100644
--- a/brep/mod-package-search
+++ b/brep/mod-package-search
@@ -18,6 +18,14 @@ namespace brep
class package_search: public module
{
public:
+ package_search () = default;
+
+ // Create a shallow copy (handling instance) if initialized and a deep
+ // copy (context exemplar) otherwise.
+ //
+ explicit
+ package_search (const package_search&);
+
virtual bool
handle (request&, response&);