fixes for g++ 4.5 (some members returned "the constructor, not the type")
[senf.git] / senf / Utils / Console / Sysdir.ih
index 3e89534..1a611aa 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>
@@ -28,7 +28,7 @@
 
 // Custom includes
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace console {
@@ -40,9 +40,9 @@ namespace detail {
     public:
         using singleton<SysdirManager>::instance;
         using singleton<SysdirManager>::alive;
-        
+
         ScopedDirectory<> & sysdir();
-        
+
     private:
         SysdirManager();
 
@@ -53,7 +53,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f