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.40,1.41


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.40,1.41
Date: Thu, 27 Feb 2003 01:19:27 -0500

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

Modified Files:
        il_program.h 
Log Message:


Fix bug #2439 - pending implementation of interfaces.


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** il_program.h        26 Feb 2003 00:07:26 -0000      1.40
--- il_program.h        27 Feb 2003 06:19:23 -0000      1.41
***************
*** 781,784 ****
--- 781,793 ----
  
  /*
+  * Get the implementation of a particular interface method
+  * where a regular implementing method is not available, but
+  * we can define a proxy to call through to a non-virtual method
+  * with the same name and signature.  Returns NULL if no such
+  * proxy implementation was found.
+  */
+ ILMethod *ILClassGetMethodImplForProxy(ILClass *info, ILMethod *method);
+ 
+ /*
   * Detach a member from its owning class.
   */





reply via email to

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