X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.cci;h=379019ee461b83c723ca082d96532d7e8d9e4997;hb=9a988902090d28007578e93bffd809f6bd913155;hp=b27eab3ea9259c1233c8b301064687f4a092f321;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/typeidvalue.cci b/Packets/typeidvalue.cci index b27eab3..379019e 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,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: