rpcrt4: Convert the named pipe server code to look directly into the
authorRob Shearman <rob@codeweavers.com>
Tue, 31 Oct 2006 19:00:45 +0000 (19:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Oct 2006 20:41:29 +0000 (21:41 +0100)
commit593d0fbac0cee12faeacdc88154d726c4336101c
treea97a452f65dcb796e3b7509adca4f2e534d25c58
parent7553a8990c1499a7ed5327a2a2f4ef81ce5affcd
rpcrt4: Convert the named pipe server code to look directly into the
connection to get at the wait handles, instead of using
get_connect_wait_handle which isn't generic enough to be used for
other protocols.
Remove the unneeded get_connect_wait_handle function from the connection
operations function list.
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_transport.c