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_engine.h,1.31,1.32


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.31,1.32
Date: Mon, 17 Feb 2003 00:20:34 -0500

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

Modified Files:
        il_engine.h 
Log Message:


Implement the bulk of custom marshalling.


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** il_engine.h 28 Jan 2003 06:25:01 -0000      1.31
--- il_engine.h 17 Feb 2003 05:20:31 -0000      1.32
***************
*** 355,358 ****
--- 355,367 ----
  
  /*
+  * Look up a method in a particular class.  Returns NULL if
+  * the method could not be found.
+  */
+ ILMethod *ILExecThreadLookupMethodInClass(ILExecThread *thread,
+                                                                               
  ILClass *classInfo,
+                                                                               
  const char *methodName,
+                                                                               
  const char *signature);
+ 
+ /*
   * Look up a field by type name, field name, and signature.
   * Returns NULL if the field could not be found.  This function





reply via email to

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