fix: missing include added
[senf.git] / senf / Utils / Console / LazyDirectory.cc
index 39e54e2..331c6b6 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 "LazyDirectory.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::console::LazyDirectory::LazyDirectory()
     : p_( new ScopedDirectory<>() )
@@ -45,7 +45,7 @@ prefix_ senf::console::ScopedDirectory<> & senf::console::LazyDirectory::operato
     return *p_;
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "LazyDirectory.mpp"