X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfig.hh;h=50b1e0f1fde6bc5980685ff79c29955f9dbc80ee;hb=6aae6e526573187ece558842e928578e5aa4cc4c;hp=7c2b817a228efe68270a35081ee4c4119cbfc5dd;hpb=975639608e44e49058ccd52f05ffe6b21faeafef;p=senf.git diff --git a/senf/Utils/Console/Config.hh b/senf/Utils/Console/Config.hh index 7c2b817..50b1e0f 100644 --- a/senf/Utils/Console/Config.hh +++ b/senf/Utils/Console/Config.hh @@ -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 @@ -56,7 +56,7 @@ namespace console { This bundle may also be passed to other code which may use restricted parsing to parse partial information from all configuration sources. - + \ingroup console_access */ class ConfigBundle @@ -75,7 +75,7 @@ namespace console { template Source & add(boost::intrusive_ptr source); ///< Add configuration source - + void parse(); ///< Parse config bundle /**< All nodes already parsed are skipped */ void parse(DirectoryNode & restrict); ///< Parse config bundle under \a restrict @@ -134,7 +134,7 @@ namespace detail { protected: template Source & add(boost::intrusive_ptr source); - + private: ConfigBundle bundle_; };