adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/py-wrappers/adonthell py_base.i,


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/py-wrappers/adonthell py_base.i, 1.1.1.1, 1.2
Date: Sun, 24 Aug 2003 15:38:05 -0400

Update of /cvsroot/adonthell/adonthell/src/py-wrappers/adonthell
In directory subversions:/tmp/cvs-serv18098/src/py-wrappers/adonthell

Modified Files:
        py_base.i 
Log Message:
Added a basic timer class for synchronization.


Index: py_base.i
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/py-wrappers/adonthell/py_base.i,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** py_base.i   18 Jul 2003 15:16:09 -0000      1.1.1.1
--- py_base.i   24 Aug 2003 19:38:03 -0000      1.2
***************
*** 5,8 ****
--- 5,9 ----
  #include "base/types.h"
  #include "base/callback.h"
+ #include "base/timer.h"
  
  %}
***************
*** 11,13 ****
--- 12,15 ----
  
  %include "base/types.h"
+ %include "base/timer.h"
  // %include "callback.h"





reply via email to

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