X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FCommunicationPolicy.hh;h=4d8cdce77588407939f36112eae0e1e27b1e3d78;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=e5ad2076a6ee0270c67af38802bfbacbb933f03c;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/CommunicationPolicy.hh b/Socket/CommunicationPolicy.hh index e5ad207..4d8cdce 100644 --- a/Socket/CommunicationPolicy.hh +++ b/Socket/CommunicationPolicy.hh @@ -33,8 +33,8 @@ struct sockaddr; -namespace satcom { -namespace lib { +namespace senf { + template class ServerSocketHandle; @@ -52,7 +52,7 @@ namespace lib { struct UnconnectedCommunicationPolicy : public CommunicationPolicyBase {}; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -64,5 +64,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: