X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.ct;h=c9b2086c4c811c71d804c8e33e5d5f86ae5589e5;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=cf38dd47bce7a4a85d10876ff54ba1d61a840cef;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/LLAddressing.ct b/Socket/LLAddressing.ct index cf38dd4..c9b2086 100644 --- a/Socket/LLAddressing.ct +++ b/Socket/LLAddressing.ct @@ -33,7 +33,7 @@ ///////////////////////////////ct.p//////////////////////////////////////// template -prefix_ void satcom::lib::LLSocketAddress::address(ForwardRange const & address) +prefix_ void senf::LLSocketAddress::address(ForwardRange const & address) { if (boost::size(address) > sizeof(addr_.sll_addr)) throw InvalidLLSocketAddressException(); @@ -48,7 +48,7 @@ prefix_ void satcom::lib::LLSocketAddress::address(ForwardRange const & address) template prefix_ std::string -satcom::lib::llAddress(ForwardRange const & address, +senf::llAddress(ForwardRange const & address, typename boost::enable_if< boost::is_class >::type *) { if (boost::empty(address)) @@ -66,7 +66,7 @@ satcom::lib::llAddress(ForwardRange const & address, } template -prefix_ unsigned char satcom::lib::detail::HexConverter::operator()(ForwardRange const & v) +prefix_ unsigned char senf::detail::HexConverter::operator()(ForwardRange const & v) const { if (boost::size(v) != 2) @@ -82,5 +82,5 @@ prefix_ unsigned char satcom::lib::detail::HexConverter::operator()(ForwardRange // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: