X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfigFile.hh;h=82e00fec33ece3be342bed287a32353ed367b78f;hb=6aae6e526573187ece558842e928578e5aa4cc4c;hp=c3bea5378947561b607d358ae3572dbd8d742e2f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/ConfigFile.hh b/senf/Utils/Console/ConfigFile.hh index c3bea53..82e00fe 100644 --- a/senf/Utils/Console/ConfigFile.hh +++ b/senf/Utils/Console/ConfigFile.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 @@ -48,7 +48,7 @@ namespace console { // Parse only statements under the directory of some object. The object 'ob' // must have been registered somewhere in the node tree cf.parse(ob.dir); - + // Parse rest of the config file cf.parse(); \endcode @@ -57,7 +57,7 @@ namespace console { \ingroup console_access */ - class ConfigFile + class ConfigFile : public detail::BundleMixin { public: