fix: missing include added
[senf.git] / senf / Utils / hexdump.cci
index 1b1d2ca..d1c694a 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,9 +28,9 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //senf::detail::HexDumper
 #ifndef DOXYGEN
 
@@ -38,8 +38,8 @@ prefix_ senf::detail::HexDumper::HexDumper(std::ostream & os, unsigned block_siz
     : os_ (os), ias_ (os_), block_size_ (block_size), offset_ (0)
 {}
 
-#endif 
-///////////////////////////////cci.e///////////////////////////////////////
+#endif
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f