adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src event_list.h,1.5,1.6


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src event_list.h,1.5,1.6
Date: Mon, 27 Jan 2003 14:54:31 -0500

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv32701

Modified Files:
        event_list.h 
Log Message:
ADDED is_paused () method


Index: event_list.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/event_list.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** event_list.h        12 Jan 2003 23:24:29 -0000      1.5
--- event_list.h        27 Jan 2003 19:54:29 -0000      1.6
***************
*** 97,100 ****
--- 97,107 ----
  
      /**
+      * Check whether this %event list is paused.
+      * @return \b true if it is paused, \b false otherwise.
+      */
+     bool is_paused () { return Paused; }
+ 
+ #ifndef SWIG    
+     /**
       * Register an %event for loading. Before the %event_list can load
       * an %event from file, it needs a callback function that returns
***************
*** 108,111 ****
--- 115,119 ----
       */
      static void register_event (u_int8 type, new_event e);
+ #endif // SWIG
      
      /** 





reply via email to

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