X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FINetAddressing.hh;h=60a71a22f2d9da57f17e7b0b733ce7566027fb94;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=28a8a5915026ec4376aa559513d3b5d9f189cc5f;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/INetAddressing.hh b/Socket/INetAddressing.hh index 28a8a59..60a71a2 100644 --- a/Socket/INetAddressing.hh +++ b/Socket/INetAddressing.hh @@ -35,8 +35,8 @@ //#include "INetAddressing.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + // TODO: Implement real INet4Address datatype and // rename this one to INet4SockAddress ... @@ -98,7 +98,7 @@ namespace lib { struct InvalidINetAddressException : public std::exception { char const * what() const throw() { return "invalid inet address"; } }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// #include "INetAddressing.cci" @@ -110,5 +110,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: