X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FGenericAddressingPolicy.cti;h=d003fffa9e813a5a1f0613f5e5fd8557d37ebdba;hb=c778649a04a9835ecaad9108b9613832d76c2d15;hp=94b3e05e87401cc69ea9d7ca6e10943671ef2f25;hpb=14daa84b7c821626ae098bedd93ef07d98bf3a40;p=senf.git diff --git a/Socket/Protocols/GenericAddressingPolicy.cti b/Socket/Protocols/GenericAddressingPolicy.cti index 94b3e05..d003fff 100644 --- a/Socket/Protocols/GenericAddressingPolicy.cti +++ b/Socket/Protocols/GenericAddressingPolicy.cti @@ -36,42 +36,42 @@ #ifndef DOXYGEN template -template +template prefix_ void senf::GenericAddressingPolicy
:: -peer(SocketHandle handle, Address & addr, - typename IfCommunicationPolicyIs::type *) +peer(SocketHandle handle, Address & addr, + typename IfCommunicationPolicyIs::type *) { addr.clear(); do_peer(handle,addr.sockaddr_p(),addr.sockaddr_len()); } #else template -template +template prefix_ void senf::GenericAddressingPolicy
:: -peer(SocketHandle handle, Address & addr) +peer(SocketHandle handle, Address & addr) {} #endif #ifndef DOXYGEN template -template +template prefix_ void senf::GenericAddressingPolicy
:: -connect(SocketHandle handle, Address const & addr, - typename IfCommunicationPolicyIs::type *) +connect(SocketHandle handle, Address const & addr, + typename IfCommunicationPolicyIs::type *) { do_connect(handle,addr.sockaddr_p(),addr.sockaddr_len()); } #else template -template +template prefix_ void senf::GenericAddressingPolicy
:: -connect(SocketHandle handle, Address const & addr) +connect(SocketHandle handle, Address const & addr) {} #endif template prefix_ void senf::GenericAddressingPolicy
::local(FileHandle handle, - Address & addr) + Address & addr) { addr.clear(); do_local(handle,addr.sockaddr_p(),addr.sockaddr_len()); @@ -94,6 +94,6 @@ prefix_ void senf::GenericAddressingPolicy
::bind(FileHandle handle, // 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: