X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.cti;h=ebebe47e1729d7cc7ed9cc71a21ea1f47fd6bf27;hb=ef0a3583fc76292d631de6a4a5cad4a432351ac8;hp=3dc341925859e8e9ca566e90b306aa6cb830aaca;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/typeidvalue.cti b/Packets/typeidvalue.cti index 3dc3419..ebebe47 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,10 @@ 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" +// compile-command: "scons -u test" +// comment-column: 40 // End: