X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FBSDSocketProtocol.hh;h=39d19d8554556826807160e7ad12273c93b535c5;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=3d3559919ebcd4609b811a0e486546874ce9dfef;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/BSDSocketProtocol.hh b/Socket/BSDSocketProtocol.hh index 3d35599..39d19d8 100644 --- a/Socket/BSDSocketProtocol.hh +++ b/Socket/BSDSocketProtocol.hh @@ -30,8 +30,8 @@ //#include "BSDSocketProtocol.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + class BSDSocketProtocol : public virtual SocketProtocol @@ -51,7 +51,7 @@ namespace lib { void reuseaddr(bool value) const; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// @@ -64,5 +64,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: