rpcrt4: Implement associations which are intermediary objects that track the relation...
commitadb7cca85cc3a288761fab996de43860d50be320
authorRob Shearman <rob@codeweavers.com>
Mon, 26 Mar 2007 17:13:49 +0000 (26 18:13 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Mar 2007 10:39:05 +0000 (27 12:39 +0200)
treea9b2757efe7742fd7dcd35966edc515ed02d401e
parente7730a16680741f6bbce80b284fe2349df1d8030
rpcrt4: Implement associations which are intermediary objects that track the relationship between the client and a given endpoint on the server.

Use these to encapsulate the connection pool so that the lifetimes of
connections are properly handled again.
dlls/rpcrt4/rpc_binding.c
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_transport.c