X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FINetProtocol.hh;h=5c6bc7afab795a49cd8f4aff932b4cf8450c2a40;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=a5a3cd60fb7af77e8c71e5ecfca5d2290d8f45a4;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/INetProtocol.hh b/Socket/INetProtocol.hh index a5a3cd6..5c6bc7a 100644 --- a/Socket/INetProtocol.hh +++ b/Socket/INetProtocol.hh @@ -38,8 +38,8 @@ //#include "INetProtocol.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + class IPv4Protocol : public virtual SocketProtocol @@ -74,7 +74,7 @@ namespace lib { : public virtual SocketProtocol {}; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "INetProtocol.cci" @@ -85,5 +85,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: