X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfig.hh;h=50b1e0f1fde6bc5980685ff79c29955f9dbc80ee;hb=6aae6e526573187ece558842e928578e5aa4cc4c;hp=412c61aaa51c8d4a5e714334aac144a5e847e02f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/Config.hh b/senf/Utils/Console/Config.hh index 412c61a..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 @@ -29,7 +29,6 @@ // Custom includes #include #include -#include "Parse.hh" #include "Executor.hh" //#include "Config.mpp" @@ -57,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 @@ -76,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 @@ -135,7 +134,7 @@ namespace detail { protected: template Source & add(boost::intrusive_ptr source); - + private: ConfigBundle bundle_; };