X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FGenericAddressingPolicy.hh;h=fa7f5d193e5f3bab12d7a796fd93c9a8e5737492;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=da55c11f7034535a5ea1251e8c5f84baa42d1f09;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/GenericAddressingPolicy.hh b/Socket/GenericAddressingPolicy.hh index da55c11..fa7f5d1 100644 --- a/Socket/GenericAddressingPolicy.hh +++ b/Socket/GenericAddressingPolicy.hh @@ -32,8 +32,8 @@ //#include "GenericAddressingPolicy.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + struct GenericAddressingPolicy_Base { @@ -58,7 +58,7 @@ namespace lib { static void bind(FileHandle handle, Address const & addr); }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "GenericAddressingPolicy.cci" @@ -70,5 +70,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: