aboutsummaryrefslogtreecommitdiff
path: root/mod/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/services.cxx')
-rw-r--r--mod/services.cxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/mod/services.cxx b/mod/services.cxx
new file mode 100644
index 0000000..b0c5834
--- /dev/null
+++ b/mod/services.cxx
@@ -0,0 +1,15 @@
+// file : mod/services.cxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#include <ap_config.h> // AP_MODULE_DECLARE_DATA
+
+#include <web/apache/service>
+
+#include <brep/types>
+#include <brep/utility>
+
+#include <mod/mod-repository-root>
+
+static brep::repository_root mod;
+web::apache::service AP_MODULE_DECLARE_DATA brep_module ("brep", mod);