From 2a758e9286d05a90edf71791bff493829085b098 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 May 2010 11:06:00 +0200 Subject: Handle --version and --help Also add the --proprietary license option. --- odb/options.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'odb/options.hxx') diff --git a/odb/options.hxx b/odb/options.hxx index 92fc595..cbd112e 100644 --- a/odb/options.hxx +++ b/odb/options.hxx @@ -323,11 +323,14 @@ class options include_prefix () const; const bool& - trace () const; + proprietary_license () const; const std::string& options_file () const; + const bool& + trace () const; + // Print usage information. // static void @@ -349,8 +352,9 @@ class options std::string cxx_suffix_; bool include_with_brackets_; std::string include_prefix_; - bool trace_; + bool proprietary_license_; std::string options_file_; + bool trace_; }; #include -- cgit v1.1