aboutsummaryrefslogtreecommitdiff
path: root/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'services.cxx')
-rw-r--r--services.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/services.cxx b/services.cxx
deleted file mode 100644
index 86b27b7..0000000
--- a/services.cxx
+++ /dev/null
@@ -1,21 +0,0 @@
-// file : services.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#include <brep/view>
-#include <brep/search>
-
-#include <web/apache/service>
-
-using namespace brep;
-using web::apache::service;
-
-static search search_mod;
-service AP_MODULE_DECLARE_DATA search_srv ("search",
- search_mod,
- {"db-host", "db-port", "conf"});
-
-static view view_mod;
-service AP_MODULE_DECLARE_DATA view_srv ("view",
- view_mod,
- {"db-host", "db-port", "conf"});