X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.ct;h=0082ffbc82e0968e0b6fc5cecc468e6dcbfd21d0;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=9a90bd8f87996143f4ca422707822fc8f39e0cfd;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/SocketHandle.ct b/Socket/SocketHandle.ct index 9a90bd8..0082ffb 100644 --- a/Socket/SocketHandle.ct +++ b/Socket/SocketHandle.ct @@ -31,8 +31,8 @@ ///////////////////////////////ct.p//////////////////////////////////////// template -prefix_ satcom::lib::detail::ConvertibleString & -satcom::lib::detail::ConvertibleString::operator+=(ConvertibleString const & other) +prefix_ senf::detail::ConvertibleString & +senf::detail::ConvertibleString::operator+=(ConvertibleString const & other) { if (!empty()) this->std::string::operator+=(", "); @@ -46,5 +46,5 @@ satcom::lib::detail::ConvertibleString::operator+=(ConvertibleString const & oth // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: