X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FReadWritePolicy.hh;h=e5203aeaf6827f486af329d23cd057028b300642;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=fa494819acdbdedf353ca98bb5a031bef1cbe528;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/ReadWritePolicy.hh b/Socket/ReadWritePolicy.hh index fa49481..e5203ae 100644 --- a/Socket/ReadWritePolicy.hh +++ b/Socket/ReadWritePolicy.hh @@ -35,8 +35,8 @@ struct sockaddr; -namespace satcom { -namespace lib { +namespace senf { + struct ReadablePolicy : public ReadPolicyBase { @@ -74,7 +74,7 @@ namespace lib { struct NotWriteablePolicy : public WritePolicyBase {}; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -86,5 +86,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: