X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FGenericPacket.ct;h=95253d4979f9fa03599eff0e2739db9bcdad69fb;hb=9a988902090d28007578e93bffd809f6bd913155;hp=0a9768c10e16ae2f6647eadb58164973a336effc;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/GenericPacket.ct b/Packets/GenericPacket.ct index 0a9768c..95253d4 100644 --- a/Packets/GenericPacket.ct +++ b/Packets/GenericPacket.ct @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -44,7 +44,7 @@ template prefix_ void senf::GenericPacket::v_dump(std::ostream & os) const { - // TODO: implement v_dump() + /// \todo implement v_dump() } ///////////////////////////////ct.e//////////////////////////////////////// @@ -53,5 +53,8 @@ prefix_ void senf::GenericPacket::v_dump(std::ostream & os) // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: