dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_meta.h,1.7,1.8 il_program.h,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_meta.h,1.7,1.8 il_program.h,1.32,1.33
Date: Thu, 30 Jan 2003 21:00:32 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv19621/include

Modified Files:
        il_meta.h il_program.h 
Log Message:


Put some of the support code in place for custom marshaling (doesn't work yet).


Index: il_meta.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_meta.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** il_meta.h   28 Jan 2003 06:25:01 -0000      1.7
--- il_meta.h   31 Jan 2003 02:00:29 -0000      1.8
***************
*** 543,546 ****
--- 543,547 ----
  #define       IL_META_MARSHAL_REF_UTF8_ARRAY                  0x0006
  #define       IL_META_MARSHAL_UTF16_STRING                    0x0007
+ #define       IL_META_MARSHAL_CUSTOM                                  0x0008
  
  /*

Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** il_program.h        17 Nov 2002 18:42:46 -0000      1.32
--- il_program.h        31 Jan 2003 02:00:29 -0000      1.33
***************
*** 1462,1466 ****
   */
  ILUInt32 ILPInvokeGetMarshalType(ILPInvoke *pinvoke, ILMethod *method,
!                                                                unsigned long 
param);
  
  /*
--- 1462,1467 ----
   */
  ILUInt32 ILPInvokeGetMarshalType(ILPInvoke *pinvoke, ILMethod *method,
!                                                                unsigned long 
param, char **customName,
!                                                                int 
*customNameLen);
  
  /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]