X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FTCPProtocol.hh;h=3dba9e291b34dbf1a26253ed6ca59cc74ce02f01;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=adf029fea9e108f38646969b0fa4bed38375e6a1;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/TCPProtocol.hh b/Socket/TCPProtocol.hh index adf029f..3dba9e2 100644 --- a/Socket/TCPProtocol.hh +++ b/Socket/TCPProtocol.hh @@ -29,8 +29,8 @@ //#include "TCPProtocol.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + class TCPProtocol : public virtual SocketProtocol @@ -45,7 +45,7 @@ namespace lib { bool eof() const; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "TCPProtocol.cci" @@ -56,5 +56,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: