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

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

[Dotgnu-libs-commits] CVS: dotgnu-base/DotGNU/Threading Timer.cs,1.1.1.1


From: Peter Minten <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: dotgnu-base/DotGNU/Threading Timer.cs,1.1.1.1,1.2
Date: Sun, 28 Jul 2002 11:56:36 -0400

Update of /cvsroot/dotgnu-libs/dotgnu-base/DotGNU/Threading
In directory subversions:/tmp/cvs-serv4858/DotGNU/Threading

Modified Files:
        Timer.cs 
Log Message:
Fixed bugs, implemented standard build system.


Index: Timer.cs
===================================================================
RCS file: /cvsroot/dotgnu-libs/dotgnu-base/DotGNU/Threading/Timer.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Timer.cs    21 Jul 2002 08:04:18 -0000      1.1.1.1
--- Timer.cs    28 Jul 2002 15:56:34 -0000      1.2
***************
*** 7,11 ****
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU Lesser General Public License as published by
!  * the Free Software Foundation; either version 2 of the License, or
   * (at your option) any later version.
   *
--- 7,11 ----
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU Lesser General Public License as published by
!  * the Free Software Foundation; either version 2.1 of the License, or
   * (at your option) any later version.
   *
***************
*** 160,164 ****
                get
                {
!                       return this.duetime;
                }
        }
--- 160,164 ----
                get
                {
!                       return this.dueTime;
                }
        }




reply via email to

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