X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.cci;h=1d65269115a0b26dffd15777b543bcfe8c47c096;hb=1cf24483a4b520177bfa539d9601749be6aef2ce;hp=b27eab3ea9259c1233c8b301064687f4a092f321;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/typeidvalue.cci b/Packets/typeidvalue.cci index b27eab3..1d65269 100644 --- a/Packets/typeidvalue.cci +++ b/Packets/typeidvalue.cci @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -30,7 +30,7 @@ ///////////////////////////////cci.p/////////////////////////////////////// prefix_ senf::TypeIdValue::TypeIdValue() - : value_(new ValueImpl()) + : value_(new ValueImpl()) {} prefix_ senf::TypeIdValue::TypeIdValue(TypeIdValue const & other) @@ -74,5 +74,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: