aboutsummaryrefslogtreecommitdiff
path: root/services.cxx
diff options
context:
space:
mode:
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);