Add 'unflatten' to doxygen/dot processing
[senf.git] / Packets / DataPacket.cc
index 5cf0c82..3aba8ee 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 //
-// Copyright (C) 2006
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-//     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
+// Copyright (C) 2008 
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
+//     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of non-inline non-template functions
+/** \file
+    \brief DataPacket non-inline non-template implementation */
 
-#include "DataPacket.hh"
+#include "Packets.hh"
 //#include "DataPacket.ih"
 
 // Custom includes
 
+//#include "DataPacket.mpp"
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-prefix_ void senf::DataPacket::v_nextInterpreter()
-    const
-{}
-
-prefix_ void senf::DataPacket::v_finalize()
-{}
-
-prefix_ void senf::DataPacket::v_dump(std::ostream & os)
-    const
+prefix_ void senf::DataPacketType::dump(packet p, std::ostream & os)
 {
-    os << "Payload:\n"
-       << "  size          : " << size() << "\n";
+    os << "Payload data (" << p.size() << " bytes)\n";
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
+//#include "DataPacket.mpp"
 
 \f
 // Local Variables:
 // mode: c++
 // fill-column: 100
+// comment-column: 40
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"