X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FGenericAddressingPolicy.hh;h=c9e9cfeaf7397e1d4ee2d48fe8c74f655d95782e;hb=c778649a04a9835ecaad9108b9613832d76c2d15;hp=cf50c37d6e1e677ef629f6b3ef84b0006d1fef4c;hpb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;p=senf.git diff --git a/Socket/Protocols/GenericAddressingPolicy.hh b/Socket/Protocols/GenericAddressingPolicy.hh index cf50c37..c9e9cfe 100644 --- a/Socket/Protocols/GenericAddressingPolicy.hh +++ b/Socket/Protocols/GenericAddressingPolicy.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -24,6 +24,9 @@ \brief GenericAddressingPolicy public header */ +/** \defgroup addr_group Addressing classes + */ + #ifndef HH_GenericAddressingPolicy_ #define HH_GenericAddressingPolicy_ 1 @@ -82,12 +85,12 @@ namespace senf { : private GenericAddressingPolicy_Base { # ifndef DOXYGEN - template - static void peer(SocketHandle handle, Address & addr, - typename IfCommunicationPolicyIs::type * = 0); + template + static void peer(SocketHandle handle, Address & addr, + typename IfCommunicationPolicyIs::type * = 0); # else - template - static void peer(SocketHandle handle, Address & addr); + template + static void peer(SocketHandle handle, Address & addr); ///< Return address of remote peer on connected sockets /**< This member is only available if the socket handles communication policy is ConnectedCommunicationPolicy. @@ -101,12 +104,12 @@ namespace senf { \param[out] addr local socket address */ # ifndef DOXYGEN - template - static void connect(SocketHandle handle, Address const & addr, - typename IfCommunicationPolicyIs::type * = 0); + template + static void connect(SocketHandle handle, Address const & addr, + typename IfCommunicationPolicyIs::type * = 0); # else - template - static void connect(SocketHandle handle, Address const & addr); + template + static void connect(SocketHandle handle, Address const & addr); ///< Connect to remote host /**< This member is only available if the socket handles communication policy is ConnectedCommunicationPolicy. @@ -139,6 +142,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" -// compile-command: "scons -u test" +// compile-command: "scons -u ../test" // comment-column: 40 // End: