X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FAddressingPolicy.hh;h=238dfcb17b87dc44f5a7798eca207b5b22ee6495;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=b13ac1d06b7eab4b5f2de11518bba5461958d53a;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/AddressingPolicy.hh b/Socket/AddressingPolicy.hh index b13ac1d..238dfcb 100644 --- a/Socket/AddressingPolicy.hh +++ b/Socket/AddressingPolicy.hh @@ -29,13 +29,13 @@ //#include "AddressingPolicy.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + struct NoAddressingPolicy : public AddressingPolicyBase {}; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "AddressingPolicy.cci" @@ -47,5 +47,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: