[PATCH 1/6] rpcrt4: Move low-level NDR context handle functions to a separate file.

Robert Shearman rob at codeweavers.com
Tue Dec 25 13:07:41 CST 2007


---
    dlls/rpcrt4/Makefile.in         |    1 +
    dlls/rpcrt4/ndr_contexthandle.c |  278
+++++++++++++++++++++++++++++++++++++++
    dlls/rpcrt4/ndr_marshall.c      |  249
-----------------------------------
    3 files changed, 279 insertions(+), 249 deletions(-)
    create mode 100644 dlls/rpcrt4/ndr_contexthandle.c


This series of patches implements an important feature for RPC servers. 
It effectively provides a way for resources associated with a client to 
be freed when the client closes the connection without calling an 
appropriate freeing function.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2cdf766d780b015638050ba0d3913594164d4bad.diff
Type: text/x-patch
Size: 17844 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071225/89e7dd38/attachment.bin 


More information about the wine-patches mailing list