(t)counter: move counter::reset() up to counter_base::reset()
commit51cb33fa0966727ca009aba1e9cb3d0ca78c6782
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 7 May 2009 10:34:43 +0000 (7 12:34 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 7 May 2009 11:18:06 +0000 (7 13:18 +0200)
treea7c098c99e0bfc401d811d9e61a7c0b39071025a
parent9adf36e982b3d975d79d7e8f76dede216e465b97
(t)counter: move counter::reset() up to counter_base::reset()

The tcounter class had no reset() method.  The reset() method
in counter works fine for both subclasses of counter_base, so
we move it up.
counter.h