X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FCommunicationPolicy.cti;h=98711da3e6c4c73cef15377da5e4cbf6180fdc39;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=f3be50d1e338828d0e88a990c65b29f4da476fce;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/CommunicationPolicy.cti b/Socket/CommunicationPolicy.cti index f3be50d..98711da 100644 --- a/Socket/CommunicationPolicy.cti +++ b/Socket/CommunicationPolicy.cti @@ -30,7 +30,7 @@ ///////////////////////////////cti.p/////////////////////////////////////// template -prefix_ int satcom::lib::ConnectedCommunicationPolicy:: +prefix_ int senf::ConnectedCommunicationPolicy:: accept(ServerSocketHandle handle, typename ServerSocketHandle::Address & address, typename IfAddressingPolicyIsNot::type *) @@ -44,5 +44,5 @@ accept(ServerSocketHandle handle, // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: