From 2b4193a368e4be2db2ed0c51368e903890208067 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Apr 2015 15:43:15 +0200 Subject: Bring in commonly used names from web:: to brep:: --- brep/module | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'brep') 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: -- cgit v1.1