From 07eb1add3c500ca4c53d499340bf5d524e288b39 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2012 10:11:01 +0200 Subject: Rename --*logue options to --*logue-file --- cli/options.ixx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 1b56750..e095b95 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -14,8 +14,8 @@ namespace cli // exception // - inline std::ostream& - operator<< (std::ostream& os, const exception& e) + inline ::std::ostream& + operator<< (::std::ostream& os, const exception& e) { e.print (os); return os; @@ -311,27 +311,27 @@ generate_html () const } inline const std::string& options:: -man_prologue () const +man_prologue_file () const { - return this->man_prologue_; + return this->man_prologue_file_; } inline const std::string& options:: -man_epilogue () const +man_epilogue_file () const { - return this->man_epilogue_; + return this->man_epilogue_file_; } inline const std::string& options:: -html_prologue () const +html_prologue_file () const { - return this->html_prologue_; + return this->html_prologue_file_; } inline const std::string& options:: -html_epilogue () const +html_epilogue_file () const { - return this->html_epilogue_; + return this->html_epilogue_file_; } inline const std::vector& options:: -- cgit v1.1