From a20443c285dabdec8d2ee740500c62e31ad90c7b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Apr 2015 12:43:52 +0200 Subject: Implement apache service --- brep/view.cxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 brep/view.cxx (limited to 'brep/view.cxx') diff --git a/brep/view.cxx b/brep/view.cxx new file mode 100644 index 0000000..6dafa1b --- /dev/null +++ b/brep/view.cxx @@ -0,0 +1,15 @@ +// file : brep/view.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#include + +using namespace std; + +namespace brep +{ + void view:: + handle (request& rq, response& rs) + { + } +} -- cgit v1.1