• Dmitry Timoshkov's avatar
    rpcrt4: Implement NdrAsyncServerCall. · 29fa8356
    Dmitry Timoshkov authored
    Based on NdrStubCall2 and NdrAsyncClientCall implementations.
    
    In order to test asynchronous RPC I used dlls/rpcrt4/tests/server.c as a base,
    converted int_return() and sum() to use asynchronous RPC on both client and
    server sides (server.idl doesn't need any changes), and added server.acf:
    interface IServer
    {
        [async] int_return();
        [async] sum();
    }
    With this implementation these tests pass under Wine. Since widl doesn't
    support asynchronous RPC it's impossible to add appropriate Wine tests.
    Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    29fa8356
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...