X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfig.ih;h=d5cc2aaf9e2270708556000dd5ba375ebbd7d33d;hb=e51092f863379f57e46063900168b059d3dc1167;hp=d85a646eee901e2db9604a30f0804b199563946a;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/Config.ih b/senf/Utils/Console/Config.ih index d85a646..d5cc2aa 100644 --- a/senf/Utils/Console/Config.ih +++ b/senf/Utils/Console/Config.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -30,8 +30,8 @@ #include #include #include "Executor.hh" -#include "../../Utils/intrusive_refcount.hh" -#include "../../Utils/DiscardStream.hh" +#include +#include ///////////////////////////////ih.p//////////////////////////////////////// @@ -40,7 +40,7 @@ namespace console { namespace detail { /** \brief Internal: Executor wrapper implementing restricted execution - + A RestrictedExecutor will only process commands which a re children of a given node. It does \e not follow any links. */ @@ -61,12 +61,12 @@ namespace detail { void execute(std::ostream & output, ParseCommandInfo const & command); ///< Execute command - /**< Output will be written to \a output. + /**< Output will be written to \a output. Same as operator()(). */ void operator()(std::ostream & output, ParseCommandInfo const & command); ///< Execute command - /**< Output will be written to \a output. + /**< Output will be written to \a output. Same as execute(). */ GenericNode & getNode(ParseCommandInfo const & command); @@ -102,7 +102,7 @@ namespace detail { }; /** \brief Internal: Set restricted node of a RestrictedExecutor - + A RestrictGuard will set the node to which to restrict. It will automatically reset the node in it's destructor. */