X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FGenericAddressingPolicy.hh;h=b1d29975dfa8b029cc59f56d7429a1f3ace3c4af;hb=22e56fa8ef4cea3fd55c9463ecd2af8a6fbd213d;hp=ef35b63b1451a4ca3a82e61a671ada7be9de02b4;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Socket/Protocols/GenericAddressingPolicy.hh b/Socket/Protocols/GenericAddressingPolicy.hh index ef35b63..b1d2997 100644 --- a/Socket/Protocols/GenericAddressingPolicy.hh +++ b/Socket/Protocols/GenericAddressingPolicy.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -85,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. @@ -104,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. @@ -142,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: