aboutsummaryrefslogtreecommitdiff
path: root/brep/package-details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-08 13:45:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-14 12:02:13 +0200
commite28ab8f48c891c03cf4b3a8ed88b98d38a561960 (patch)
tree0ae1dbb54e497fc797e5a73fcf3dd2dc487a5572 /brep/package-details
parenta31dfac365feef7838b01b1efd3fe058c89484d7 (diff)
Separate brep module configuration from Apache server configuration
Diffstat (limited to 'brep/package-details')
-rw-r--r--brep/package-details9
1 files changed, 7 insertions, 2 deletions
diff --git a/brep/package-details b/brep/package-details
index 214a0fe..6766797 100644
--- a/brep/package-details
+++ b/brep/package-details
@@ -8,6 +8,7 @@
#include <odb/forward.hxx> // database
#include <brep/types>
+
#include <brep/module>
#include <brep/options>
@@ -15,10 +16,14 @@ namespace brep
{
class package_details: public module
{
- private:
- virtual void
+ public:
+ virtual bool
handle (request&, response&);
+ virtual const cli::options&
+ cli_options () const {return options::package_details::description ();}
+
+ private:
virtual void
init (cli::scanner&);