From 2a0f39b29c1bea6a4497c0f1826052ffa453af9e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Apr 2016 16:05:13 +0200 Subject: Move module implementation from brep/ to mod/ --- mod/services.cxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mod/services.cxx (limited to 'mod/services.cxx') 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_MODULE_DECLARE_DATA + +#include + +#include +#include + +#include + +static brep::repository_root mod; +web::apache::service AP_MODULE_DECLARE_DATA brep_module ("brep", mod); -- cgit v1.1