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.47,1.48


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.47,1.48
Date: Sat, 12 Jul 2003 06:22:36 -0400

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

Modified Files:
        il_program.h 
Log Message:
Implement remaining internal calls for TypeBuilder.


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** il_program.h        5 Jul 2003 04:06:10 -0000       1.47
--- il_program.h        12 Jul 2003 10:22:34 -0000      1.48
***************
*** 519,522 ****
--- 519,528 ----
  
  /*
+  * Set the parent of a class, if the class hasn't been
+  * marked completed.
+  */
+ void ILClassSetParent(ILClass *info, ILClass *parent);
+ 
+ /*
   * Get the parent of a particular class, but don't cross
   * image boundaries.  A reference will be returned if





reply via email to

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