fix: missing include added
[senf.git] / senf / Utils / Console / ConfigFile.hh
index c3bea53..eedda90 100644 (file)
@@ -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 <g0dil@berlios.de>
@@ -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"