X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.hh;h=5c82883c8eec7d927f7431e32fd361517b6a91c3;hb=9a988902090d28007578e93bffd809f6bd913155;hp=bb03dbed3aa74c2360d79b3adb62de8deb9a8a13;hpb=c257a57f7c0af972d3abc60eaa0b75d303324928;p=senf.git diff --git a/Packets/typeidvalue.hh b/Packets/typeidvalue.hh index bb03dbe..5c82883 100644 --- a/Packets/typeidvalue.hh +++ b/Packets/typeidvalue.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -32,8 +32,8 @@ //#include "typeidvalue.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + /** \brief Wrapper to use types as key's in a map */ @@ -85,11 +85,11 @@ namespace lib { }; TypeIdValue const typeIdValue(); - + template TypeIdValue const typeIdValue(); - -}} + +} ///////////////////////////////hh.e//////////////////////////////////////// #include "typeidvalue.cci" @@ -100,5 +100,8 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: