X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.cti;h=4708590c41cf0ea06346748b5e71fd6ea53b2d3d;hb=9a988902090d28007578e93bffd809f6bd913155;hp=3dc341925859e8e9ca566e90b306aa6cb830aaca;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/typeidvalue.cti b/Packets/typeidvalue.cti index 3dc3419..4708590 100644 --- a/Packets/typeidvalue.cti +++ b/Packets/typeidvalue.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -31,7 +31,7 @@ template prefix_ senf::TypeIdValue::TypeIdValue(Type *) - : value_(new ValueImpl()) + : value_(new ValueImpl()) {} template @@ -59,5 +59,8 @@ prefix_ senf::TypeIdValue const senf::typeIdValue() // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: