X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.cti;h=4708590c41cf0ea06346748b5e71fd6ea53b2d3d;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=3dc341925859e8e9ca566e90b306aa6cb830aaca;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;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: