aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brep/module13
1 files changed, 13 insertions, 0 deletions
diff --git a/brep/module b/brep/module
index 1803ee8..dfcf7ad 100644
--- a/brep/module
+++ b/brep/module
@@ -58,6 +58,19 @@ namespace brep
// Adaptation of the web::module to our needs.
//
+
+ // Bring in commonly used names from the web namespace.
+ //
+ // @@ Maybe doing using namespace is the right way to handle this.
+ // There will, however, most likely be a conflict between
+ // web::module and our module. Or maybe not, need to try.
+ //
+ using status_code;
+ using name_value;
+ using name_values;
+ using request;
+ using response;
+
class module: public web::module
{
public: