X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FGenericAddressingPolicy.cti;h=481c7bed646de1e10b429aff84a429e90637bab2;hb=9a988902090d28007578e93bffd809f6bd913155;hp=cb0d40045a4fdb565bb4e50963038904cd9e608c;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/GenericAddressingPolicy.cti b/Socket/GenericAddressingPolicy.cti index cb0d400..481c7be 100644 --- a/Socket/GenericAddressingPolicy.cti +++ b/Socket/GenericAddressingPolicy.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -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 GenericAddressingPolicy inline template implementation + */ //#include "GenericAddressingPolicy.ih" @@ -30,11 +32,11 @@ ///////////////////////////////cti.p/////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// -// satcom::lib::GenericAddressingPolicy
+// senf::GenericAddressingPolicy
template template -prefix_ void satcom::lib::GenericAddressingPolicy
:: +prefix_ void senf::GenericAddressingPolicy
:: peer(SocketHandle handle, Address & addr, typename IfCommunicationPolicyIs::type *) { @@ -44,7 +46,7 @@ peer(SocketHandle handle, Address & addr, template template -prefix_ void satcom::lib::GenericAddressingPolicy
:: +prefix_ void senf::GenericAddressingPolicy
:: connect(SocketHandle handle, Address const & addr, typename IfCommunicationPolicyIs::type *) { @@ -52,7 +54,7 @@ connect(SocketHandle handle, Address const & addr, } template -prefix_ void satcom::lib::GenericAddressingPolicy
::local(FileHandle handle, +prefix_ void senf::GenericAddressingPolicy
::local(FileHandle handle, Address & addr) { addr.clear(); @@ -60,7 +62,7 @@ prefix_ void satcom::lib::GenericAddressingPolicy
::local(FileHandle han } template -prefix_ void satcom::lib::GenericAddressingPolicy
::bind(FileHandle handle, +prefix_ void senf::GenericAddressingPolicy
::bind(FileHandle handle, Address const & addr) { do_bind(handle,addr.sockaddr_p(),addr.sockaddr_len()); @@ -72,5 +74,8 @@ prefix_ void satcom::lib::GenericAddressingPolicy
::bind(FileHandle hand // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: