Huw Davies : rpcrt4: Fix some comments and move the NdrSimpleType* functions out from amongst the NdrSimpleStruct* ones .

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 23 11:04:45 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 9ba57efc18e335d8c6b986ef76134ce8cbc5b18e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9ba57efc18e335d8c6b986ef76134ce8cbc5b18e

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue May 23 11:54:17 2006 +0100

rpcrt4: Fix some comments and move the NdrSimpleType* functions out from amongst the NdrSimpleStruct* ones.

---

 dlls/rpcrt4/ndr_marshall.c |   39 ++++++++++++++++++---------------------
 1 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c
index ba8f053..075b84e 100644
--- a/dlls/rpcrt4/ndr_marshall.c
+++ b/dlls/rpcrt4/ndr_marshall.c
@@ -1403,6 +1403,24 @@ void WINAPI NdrPointerFree(PMIDL_STUB_ME
 }
 
 /***********************************************************************
+ *           NdrSimpleTypeMarshall [RPCRT4.@]
+ */
+void WINAPI NdrSimpleTypeMarshall( PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory,
+                                   unsigned char FormatChar )
+{
+    FIXME("stub\n");
+}
+
+/***********************************************************************
+ *           NdrSimpleTypeUnmarshall [RPCRT4.@]
+ */
+void WINAPI NdrSimpleTypeUnmarshall( PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory,
+                                     unsigned char FormatChar )
+{
+    FIXME("stub\n");
+}
+
+/***********************************************************************
  *           NdrSimpleStructMarshall [RPCRT4.@]
  */
 unsigned char * WINAPI NdrSimpleStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,
@@ -1460,27 +1478,6 @@ unsigned char * WINAPI NdrSimpleStructUn
   return NULL;
 }
 
-
-/***********************************************************************
- *           NdrSimpleStructUnmarshall [RPCRT4.@]
- */
-void WINAPI NdrSimpleTypeMarshall( PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory,
-                                   unsigned char FormatChar )
-{
-    FIXME("stub\n");
-}
-
-
-/***********************************************************************
- *           NdrSimpleStructUnmarshall [RPCRT4.@]
- */
-void WINAPI NdrSimpleTypeUnmarshall( PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory,
-                                     unsigned char FormatChar )
-{
-    FIXME("stub\n");
-}
-
-
 /***********************************************************************
  *           NdrSimpleStructBufferSize [RPCRT4.@]
  */




More information about the wine-cvs mailing list