X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fhexdump.cci;h=d1c694ae87c46424fe31be11d34c949f7a25ff64;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=1b1d2cac4edaeee6f80894762f96e1eb5904883e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/hexdump.cci b/senf/Utils/hexdump.cci index 1b1d2ca..d1c694a 100644 --- a/senf/Utils/hexdump.cci +++ b/senf/Utils/hexdump.cci @@ -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 @@ -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_