X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfigFile.hh;h=82e00fec33ece3be342bed287a32353ed367b78f;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=c3bea5378947561b607d358ae3572dbd8d742e2f;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;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: