From a96a346e4ab58729b1f257268f2d2af1ebdca890 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Apr 2015 09:10:10 +0200 Subject: Misc compilation fixes --- services.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'services.cxx') diff --git a/services.cxx b/services.cxx index 2da5bca..2345114 100644 --- a/services.cxx +++ b/services.cxx @@ -5,13 +5,13 @@ #include #include -#include +//#include 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); -- cgit v1.1