X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fmackie%2Ftimer.h;h=423b962ce849b85114b0573bcdda884a92c7757d;hb=7229dccb3ba3e8feb94fa8b5bf8a1f39d0508ce8;hp=dd6066c87b2809a92098442514f0965ac578b675;hpb=4512d013eb7c658519abc8b5e82a1e7bf926cad6;p=ardour.git diff --git a/libs/surfaces/mackie/timer.h b/libs/surfaces/mackie/timer.h index dd6066c87b..423b962ce8 100644 --- a/libs/surfaces/mackie/timer.h +++ b/libs/surfaces/mackie/timer.h @@ -1,16 +1,16 @@ /* Copyright (C) 1998, 1999, 2000, 2007 John Anderson - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -36,7 +36,7 @@ namespace Mackie class Timer { public: - + /** start the timer running if true, or just create the object if false. @@ -46,7 +46,7 @@ public: if ( shouldStart ) start(); } - + /** Start the timer running. Return the current timestamp, in milliseconds */ @@ -81,7 +81,7 @@ public: return (_stop - _start) / 1000; } } - + /** Call stop and then start. Return the value from stop. */