remove wishful thinking from ndr_stubless

Gregory M. Turner gmturner007 at ameritech.net
Tue Jul 15 21:17:01 CDT 2003


This is hardly a semi-stub, it does nothing ATM, except
contain some notes to myself about how I might begin an
implementation.

License: Bugroff.

Changelog: 

* dlls/rpcrt4: ndr_stubless.c:
  Gregory M Turner <gmturner007 at ameritech.net>
- RPCRT4_NdrClientCall2 is ATM hardly "semi-stub" corrected.

--
Index: dlls/rpcrt4/ndr_stubless.c
===================================================================
RCS file: /home/wine/wine/dlls/rpcrt4/ndr_stubless.c,v
retrieving revision 1.6
diff -u -r1.6 ndr_stubless.c
--- dlls/rpcrt4/ndr_stubless.c  25 Oct 2002 19:03:43 -0000      1.6
+++ dlls/rpcrt4/ndr_stubless.c  16 Jul 2003 02:06:42 -0000
@@ -51,7 +51,7 @@
   MIDL_STUB_MESSAGE stubmsg;
 */

-  FIXME("(pStubDec == ^%p,pFormat = ^%p,...): semi-stub\n", pStubDesc, pFormat);
+  FIXME("(pStubDec == ^%p,pFormat = ^%p,...): stub\n", pStubDesc, pFormat);
   if (rpc_cli_if) /* NULL for objects */ {
     TRACE("  *rpc_cli_if (== ^%p) == (RPC_CLIENT_INTERFACE):\n", pStubDesc);
     TRACE("    Length == %d\n", rpc_cli_if->Length);
-- 
"We must stop thinking of the individual and start
thinking about what is best for society." 
   -Hillary Clinton, 1993

gmt




More information about the wine-patches mailing list