X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FCommunicationPolicy.cti;h=f1c857a7a55ae31bbbf8e3032737a41a9b86aeb9;hb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;hp=6675ed4f1e33a5e92e753343bd49ca11b4ac88e7;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/CommunicationPolicy.cti b/senf/Socket/CommunicationPolicy.cti index 6675ed4..f1c857a 100644 --- a/senf/Socket/CommunicationPolicy.cti +++ b/senf/Socket/CommunicationPolicy.cti @@ -34,7 +34,7 @@ #ifndef DOXYGEN template prefix_ void senf::ConnectedCommunicationPolicy:: -listen(ServerSocketHandle handle, unsigned backlog, +listen(ServerSocketHandle const & handle, unsigned backlog, typename IfAddressingPolicyIsNot::type *) { do_listen(handle, backlog); @@ -42,14 +42,14 @@ listen(ServerSocketHandle handle, unsigned backlog, #else template prefix_ void senf::ConnectedCommunicationPolicy:: -listen(ServerSocketHandle handle, unsigned backlog) +listen(ServerSocketHandle const & handle, unsigned backlog) {} #endif #ifndef DOXYGEN template prefix_ int senf::ConnectedCommunicationPolicy:: -accept(ServerSocketHandle handle, +accept(ServerSocketHandle const & handle, typename ServerSocketHandle::Address & address, typename IfAddressingPolicyIsNot::type *) { @@ -58,7 +58,7 @@ accept(ServerSocketHandle handle, #else template prefix_ int senf::ConnectedCommunicationPolicy:: -accept(ServerSocketHandle handle, +accept(ServerSocketHandle const & handle, typename ServerSocketHandle::Address & address) {} #endif