X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.ct;h=c90c6bed4c0699d6c74bef6012f75ff2873aab9d;hb=cf4ebe486e7e0543ac8568d3043f43d95f197a96;hp=9a90bd8f87996143f4ca422707822fc8f39e0cfd;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/SocketHandle.ct b/Socket/SocketHandle.ct index 9a90bd8..c90c6be 100644 --- a/Socket/SocketHandle.ct +++ b/Socket/SocketHandle.ct @@ -20,7 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline template functions +/** \file + \brief SocketHandle non-inline template implementation + */ #include "SocketHandle.ih" @@ -31,8 +33,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 +48,5 @@ satcom::lib::detail::ConvertibleString::operator+=(ConvertibleString const & oth // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: