X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FINetAddressing.test.cc;h=04b66009c3480b4d653049f0e1bc5acb117447f6;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=dea7b881d2236ea6a297e8dbd60f60e37bc2062f;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/INetAddressing.test.cc b/Socket/INetAddressing.test.cc index dea7b88..04b6600 100644 --- a/Socket/INetAddressing.test.cc +++ b/Socket/INetAddressing.test.cc @@ -36,8 +36,8 @@ BOOST_AUTO_UNIT_TEST(inet4Address) { - using satcom::lib::INet4Address; - using satcom::lib::InvalidINetAddressException; + using senf::INet4Address; + using senf::InvalidINetAddressException; { INet4Address addr; @@ -85,5 +85,5 @@ BOOST_AUTO_UNIT_TEST(inet6Address) // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: