fix: missing include added
[senf.git] / senf / Utils / Phoenix.ih
index fb548e5..9068a2b 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 phoenix {
@@ -46,7 +46,7 @@ namespace detail {
     struct clear {
         template <class A1>
         struct result { typedef void type; };
-        
+
         template <class A1>
         void operator()(A1 & a1) const
             { a1.clear(); }
@@ -54,7 +54,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f