Module: wine Branch: master Commit: adb7cca85cc3a288761fab996de43860d50be320 URL: http://source.winehq.org/git/wine.git/?a=commit;h=adb7cca85cc3a288761fab996d...
Author: Rob Shearman rob@codeweavers.com Date: Mon Mar 26 18:13:49 2007 +0100
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 | 37 +++++++++++-- dlls/rpcrt4/rpc_binding.h | 23 ++++++++- dlls/rpcrt4/rpc_transport.c | 120 +++++++++++++++++++++++++++++++++++-------- 3 files changed, 151 insertions(+), 29 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=adb7cca85cc3a288761fab...