X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketPolicy.hh;h=91ee1bf5c8dd83919ea0670cede44cb92afafc8d;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=a2a0c05ea1445cdf2819bdfdfed6fb08c648cd20;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/SocketPolicy.hh b/Socket/SocketPolicy.hh index a2a0c05..91ee1bf 100644 --- a/Socket/SocketPolicy.hh +++ b/Socket/SocketPolicy.hh @@ -28,15 +28,15 @@ //#include "SocketPolicy.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + // This may be adapted to change the supported policies (however, // ClientSocketHandle and ServerSocketHandle will probably have to // be adjusted accordingly). However, AddressingPolicy MUST always // be the first Policy member ... -# define SATLIB_SOCKET_POLICIES \ +# define SENF_SOCKET_POLICIES \ (AddressingPolicy) \ (FramingPolicy) \ (CommunicationPolicy) \ @@ -59,7 +59,7 @@ namespace lib { // template SocketPolicy< ..policies.. > // template MakeSocketPolicy< ..args.. > // template SocketPolicyIsBaseOf< Base, Derived > -}} +} //////////////////////////////hh.e//////////////////////////////////////// #include "SocketPolicy.ih" @@ -71,5 +71,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: