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_thread.h,1.13,1.14


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_thread.h,1.13,1.14
Date: Sun, 06 Jul 2003 18:02:29 -0400

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

Modified Files:
        il_thread.h 
Log Message:
Fix wrong return type for ILThreadUnregisterForManagedExecution


Index: il_thread.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_thread.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** il_thread.h 6 Jul 2003 00:41:16 -0000       1.13
--- il_thread.h 6 Jul 2003 22:02:26 -0000       1.14
***************
*** 66,70 ****
   *    Unregisters an ILThread that no longer needs to execute managed code.
   */
! ILExecThread *ILThreadUnregisterForManagedExecution(ILThread *thread);
  
  /*
--- 66,70 ----
   *    Unregisters an ILThread that no longer needs to execute managed code.
   */
! void ILThreadUnregisterForManagedExecution(ILThread *thread);
  
  /*





reply via email to

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