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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 brep/view (limited to 'brep/view') diff --git a/brep/view b/brep/view new file mode 100644 index 0000000..819eff3 --- /dev/null +++ b/brep/view @@ -0,0 +1,20 @@ +// file : brep/view -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef BREP_VIEW +#define BREP_VIEW + +#include + +namespace brep +{ + class view: public module + { + public: + virtual void + handle (request&, response&); + }; +} + +#endif // BREP_VIEW -- cgit v1.1