dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine engine.h,1.74,1.75 monitor.c,1.1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine engine.h,1.74,1.75 monitor.c,1.1,1.2
Date: Thu, 26 Jun 2003 07:52:54 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv11976/engine

Modified Files:
        engine.h monitor.c 
Log Message:


Fix some prototyping bugs.


Index: engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/engine.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** engine.h    26 Jun 2003 03:39:25 -0000      1.74
--- engine.h    26 Jun 2003 11:52:51 -0000      1.75
***************
*** 623,632 ****
   *    Creates a monitor used by the execution engine.
   */
! ILExecMonitor *ILExecMonitorCreate();
  
  /*
   *    Destroys a monitor used by the execution engine.
   */
! void ILExecMonitorDestory(ILExecMonitor *monitor);
  
  #ifdef        __cplusplus
--- 623,632 ----
   *    Creates a monitor used by the execution engine.
   */
! ILExecMonitor *ILExecMonitorCreate(void);
  
  /*
   *    Destroys a monitor used by the execution engine.
   */
! void ILExecMonitorDestroy(ILExecMonitor *monitor);
  
  #ifdef        __cplusplus

Index: monitor.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/monitor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** monitor.c   26 Jun 2003 03:39:25 -0000      1.1
--- monitor.c   26 Jun 2003 11:52:51 -0000      1.2
***************
*** 28,32 ****
  #endif
  
! ILExecMonitor *ILExecMonitorCreate()
  {
        ILExecMonitor *monitor;
--- 28,32 ----
  #endif
  
! ILExecMonitor *ILExecMonitorCreate(void)
  {
        ILExecMonitor *monitor;





reply via email to

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