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.46,1.47


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.46,1.47
Date: Sat, 05 Jul 2003 00:06:12 -0400

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

Modified Files:
        il_program.h 
Log Message:


Search for the "virtual" method corresponding to an "override"
and report a bug if one isn't present (Bug #4196); property
signatures should never use the "hasthis" flag, as it is stored
on the underlying accessor methods instead.


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** il_program.h        3 Jun 2003 06:17:10 -0000       1.46
--- il_program.h        5 Jul 2003 04:06:10 -0000       1.47
***************
*** 978,981 ****
--- 978,986 ----
  
  /*
+  * Get the base "virtual" definition for an "override" member.
+  */
+ ILMember *ILMemberGetBase(ILMember *member);
+ 
+ /*
   * Helper macros for querying information about members.
   */





reply via email to

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