X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FExecutor.hh;h=62faf796069ad3840de9dc7503bcafc3ea94b5eb;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=e5d7136a0177f56aa52deb2f3750c1d16b300db3;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/Console/Executor.hh b/senf/Utils/Console/Executor.hh index e5d7136..62faf79 100644 --- a/senf/Utils/Console/Executor.hh +++ b/senf/Utils/Console/Executor.hh @@ -33,7 +33,7 @@ #include "Node.hh" //#include "Executor.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { @@ -60,7 +60,7 @@ namespace console { SENF_LOG_CLASS_AREA(); SENF_LOG_DEFAULT_LEVEL( senf::log::VERBOSE ); public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types /// Thrown by built-in 'exit' command @@ -74,14 +74,14 @@ namespace console { typedef void result_type; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// //\/name Structors and default members - ///\{ + //\{ Executor(); - ///\} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// void execute(std::ostream & output, ParseCommandInfo const & command); ///< Execute command @@ -181,7 +181,7 @@ namespace console { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Executor.cci" //#include "Executor.ct" //#include "Executor.cti"