X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.hh;h=e27ecff5d4c8866ad9a68b6a869087478fedb3b8;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=ce699bea936e95716bc52a0913da699d89eae22b;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/LLAddressing.hh b/Socket/LLAddressing.hh index ce699be..e27ecff 100644 --- a/Socket/LLAddressing.hh +++ b/Socket/LLAddressing.hh @@ -39,8 +39,8 @@ #include "LLAddressing.ih" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + class LLSocketAddress { @@ -122,7 +122,7 @@ namespace lib { struct InvalidLLSocketAddressException : public std::exception { char const * what() const throw() { return "invalid ll address"; } }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// #include "LLAddressing.cci" @@ -134,5 +134,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: