Fix TCPv6 SocketHandle and INet6Address
[senf.git] / Socket / LLAddressing.cti
index c1a5e68..865a84a 100644 (file)
@@ -20,7 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of inline template functions
+/** \file
+    \brief LLSocketAddress and LLAddressingPolicy inline template implementation
+ */
 
 #include "LLAddressing.ih"
 
@@ -31,7 +33,7 @@
 ///////////////////////////////cti.p///////////////////////////////////////
 
 template <class ForwardRange>
-prefix_ satcom::lib::LLSocketAddress::
+prefix_ senf::LLSocketAddress::
 LLSocketAddress(ForwardRange const & address, std::string interface,
                 typename boost::enable_if_c<! boost::is_integral<ForwardRange>::value >::type *)
 {
@@ -46,5 +48,5 @@ LLSocketAddress(ForwardRange const & address, std::string interface,
 \f
 // Local Variables:
 // mode: c++
-// c-file-style: "satcom"
+// c-file-style: "senf"
 // End: