From 04c1324c57692dfd22fab211a7443aaf484f07ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Apr 2015 13:52:25 +0200 Subject: Implement module configuration, cleanup the code --- services.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'services.cxx') diff --git a/services.cxx b/services.cxx index 2da5bca..37b32cf 100644 --- a/services.cxx +++ b/services.cxx @@ -2,16 +2,16 @@ // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file -#include - -#include #include +#include + +#include using namespace brep; using web::apache::service; -static const search search_mod; +static search search_mod; service AP_MODULE_DECLARE_DATA search_srv ("search", search_mod); -static const view view_mod; +static view view_mod; service AP_MODULE_DECLARE_DATA view_srv ("view", view_mod); -- cgit v1.1