From e28ab8f48c891c03cf4b3a8ed88b98d38a561960 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2015 13:45:08 +0200 Subject: Separate brep module configuration from Apache server configuration --- brep/package-details | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'brep/package-details') 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 // database #include + #include #include @@ -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&); -- cgit v1.1