ChangeSet ID: 7287 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/02/18 21:44:36
Modified files: dlls/rpcrt4 : rpc_server.h rpc_server.c rpc_message.c rpc_binding.h rpc_binding.c
Log message: Ove Kaaven ovek@transgaming.com For better concurrency, separate the connections from the bindings.
Patch: http://cvs.winehq.com/patch.py?id=7287
Old revision New revision Changes Path 1.1 1.2 +1 -1 wine/dlls/rpcrt4/rpc_server.h 1.12 1.13 +230 -116 wine/dlls/rpcrt4/rpc_server.c 1.4 1.5 +95 -38 wine/dlls/rpcrt4/rpc_message.c 1.2 1.3 +24 -6 wine/dlls/rpcrt4/rpc_binding.h 1.10 1.11 +227 -165 wine/dlls/rpcrt4/rpc_binding.c