ChangeSet ID: 8337 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/21 22:36:00
Modified files: dlls/rpcrt4 : rpc_server.c rpc_message.c ndr_midl.c Added files: dlls/rpcrt4 : rpc_misc.h
Log message: Ove Kaaven ovek@transgaming.com Initial support for RPC call failures, by catching RPC server exceptions and returning simple failure packets, and throwing exceptions on the client side when unmarshalling the failure packet.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8337
Old revision New revision Changes Path 1.16 1.17 +25 -2 wine/dlls/rpcrt4/rpc_server.c 1.6 1.7 +22 -2 wine/dlls/rpcrt4/rpc_message.c 1.13 1.14 +4 -0 wine/dlls/rpcrt4/ndr_midl.c Added 1.1 +0 -0 wine/dlls/rpcrt4/rpc_misc.h