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_program.h,1.45,1.46


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.45,1.46
Date: Tue, 03 Jun 2003 02:17:12 -0400

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

Modified Files:
        il_program.h 
Log Message:


Implement some of the Reflection.Emit internalcalls.


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** il_program.h        15 May 2003 04:51:47 -0000      1.45
--- il_program.h        3 Jun 2003 06:17:10 -0000       1.46
***************
*** 1911,1914 ****
--- 1911,1919 ----
  
  /*
+  * Set the RVA associated with a field RVA record.
+  */
+ void ILFieldRVASetRVA(ILFieldRVA *rva, ILUInt32 value);
+ 
+ /*
   * Get the field RVA that is associated with a field.
   * Returns NULL if no such field RVA.
***************
*** 1940,1943 ****
--- 1945,1953 ----
   */
  ILUInt32 ILFieldLayoutGetOffset(ILFieldLayout *layout);
+ 
+ /*
+  * Set the offset associated with a field layout record.
+  */
+ void ILFieldLayoutSetOffset(ILFieldLayout *layout, ILUInt32 offset);
  
  /*





reply via email to

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