X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.hh;h=632fe131a4c6c1c356a6415367635bfa717ee32a;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=bb03dbed3aa74c2360d79b3adb62de8deb9a8a13;hpb=c257a57f7c0af972d3abc60eaa0b75d303324928;p=senf.git diff --git a/Packets/typeidvalue.hh b/Packets/typeidvalue.hh index bb03dbe..632fe13 100644 --- a/Packets/typeidvalue.hh +++ b/Packets/typeidvalue.hh @@ -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 */ @@ -89,7 +89,7 @@ namespace lib { template TypeIdValue const typeIdValue(); -}} +} ///////////////////////////////hh.e//////////////////////////////////////// #include "typeidvalue.cci" @@ -100,5 +100,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: