X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfigFile.hh;h=eedda90418302dc0384be9d6d455cd754ce15aec;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=c3bea5378947561b607d358ae3572dbd8d742e2f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Console/ConfigFile.hh b/senf/Utils/Console/ConfigFile.hh index c3bea53..eedda90 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 @@ -31,7 +31,7 @@ //#include "ConfigFile.mpp" #include "ConfigFile.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { @@ -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,13 +57,13 @@ namespace console { \ingroup console_access */ - class ConfigFile + class ConfigFile : public detail::BundleMixin { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit ConfigFile(std::string const & filename, DirectoryNode & root = root()); ///< Create ConfigFile object for \a filename @@ -71,8 +71,8 @@ namespace console { parse() calls. All configuration statements will be interpreted relative to \a root as root node. */ - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// void ignoreMissing(); ///< Call to ignore missing files @@ -102,7 +102,7 @@ namespace console { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "ConfigFile.cci" //#include "ConfigFile.ct" //#include "ConfigFile.cti"