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.31,1.32


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.31,1.32
Date: Sun, 17 Nov 2002 13:42:49 -0500

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

Modified Files:
        il_program.h 
Log Message:
access protected methods of parent from nested class


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** il_program.h        29 Jul 2002 04:09:59 -0000      1.31
--- il_program.h        17 Nov 2002 18:42:46 -0000      1.32
***************
*** 652,655 ****
--- 652,661 ----
  
  /*
+  * Determine if "nestedChild" has a containing class
+  * that inherits from "ancestor".
+  */
+ int ILClassIsNestedInheritsFrom(ILClass *nestedChild, ILClass *ancestor);
+ 
+ /*
   * Determine if "child" can be nested within "parent".
   */





reply via email to

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