aboutsummaryrefslogtreecommitdiff
path: root/services.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-23 12:43:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-23 12:43:52 +0200
commita20443c285dabdec8d2ee740500c62e31ad90c7b (patch)
treeb18db4007e45f8db1f97c0d5abf78729138406ac /services.cxx
parent370e361db628f60bca5509dcc354014569d56752 (diff)
Implement apache service
Diffstat (limited to 'services.cxx')
-rw-r--r--services.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/services.cxx b/services.cxx
index 2345114..2da5bca 100644
--- a/services.cxx
+++ b/services.cxx
@@ -5,13 +5,13 @@
#include <web/apache/service>
#include <brep/search>
-//#include <brep/view>
+#include <brep/view>
using namespace brep;
using web::apache::service;
static const search search_mod;
-service /*AP_MODULE_DECLARE_DATA*/ search_srv ("search", search_mod);
+service AP_MODULE_DECLARE_DATA search_srv ("search", search_mod);
-//static const view view_mod;
-//service AP_MODULE_DECLARE_DATA view_srv ("view", view_mod);
+static const view view_mod;
+service AP_MODULE_DECLARE_DATA view_srv ("view", view_mod);