X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfig.ih;h=ebc09837f8fbe5ead5be24db937fbb4ddb8e1872;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=d5cc2aaf9e2270708556000dd5ba375ebbd7d33d;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Console/Config.ih b/senf/Utils/Console/Config.ih index d5cc2aa..ebc0983 100644 --- a/senf/Utils/Console/Config.ih +++ b/senf/Utils/Console/Config.ih @@ -33,7 +33,7 @@ #include #include -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { @@ -50,14 +50,14 @@ namespace detail { public: typedef void result_type; - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////// //\/name Structors and default members - ///\{ + //\{ RestrictedExecutor(DirectoryNode & root = senf::console::root()); - ///\} - /////////////////////////////////////////////////////////////////////////// + //\} + //-///////////////////////////////////////////////////////////////////////////////////////// void execute(std::ostream & output, ParseCommandInfo const & command); ///< Execute command @@ -109,16 +109,16 @@ namespace detail { class RestrictedExecutor::RestrictGuard { public: - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////// //\/name Structors and default members - ///\{ + //\{ explicit RestrictGuard(RestrictedExecutor & executor); RestrictGuard(RestrictedExecutor & executor, DirectoryNode & restrict); ~RestrictGuard(); - ///\} - /////////////////////////////////////////////////////////////////////////// + //\} + //-///////////////////////////////////////////////////////////////////////////////////////// protected: @@ -149,7 +149,7 @@ namespace detail { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif