* src/misc/timer.hh (timer::timer): Initialize running...
This commit is contained in:
parent
57c41de5f0
commit
2a94402e82
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2009-12-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/misc/timer.hh (timer::timer): Initialize running...
|
||||||
|
|
||||||
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2009-12-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed
|
* src/Makefile.am (SUBDIRS): Fix missing ".", mistakenly removed
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,10 @@ namespace spot
|
||||||
class timer
|
class timer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
timer()
|
||||||
|
: running(false)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/// Start a time interval.
|
/// Start a time interval.
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue