diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-15 09:10:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-15 09:10:10 +0200 |
commit | a96a346e4ab58729b1f257268f2d2af1ebdca890 (patch) | |
tree | 73ad795433a1efd2f7a2a341e18f83f7d3c0c837 /services.cxx | |
parent | 17683bcc74284c344dc67f5a9b806801af5c598f (diff) |
Misc compilation fixes
Diffstat (limited to 'services.cxx')
-rw-r--r-- | services.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/services.cxx b/services.cxx index 2da5bca..2345114 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); |