diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-18 19:32:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-18 19:32:04 +0000 |
commit | ab4d20786de683f9223b37c8caa45c4c72874227 (patch) | |
tree | ae9b04b3f0f36da9e81d45a281260281826f245f /ace/OS.i | |
parent | 9f27a36431ff2d05a899b444c3a4511c8bad4df1 (diff) | |
download | ATCD-ab4d20786de683f9223b37c8caa45c4c72874227.tar.gz |
ChangeLogTag:Tue Jun 18 14:29:26 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/OS.i')
-rw-r--r-- | ace/OS.i | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11308,6 +11308,12 @@ ACE_Countdown_Time::start (void) } ACE_INLINE int +ACE_Countdown_Time::stopped (void) const +{ + return stopped_; +} + +ACE_INLINE int ACE_Countdown_Time::stop (void) { if (this->max_wait_time_ != 0 && this->stopped_ == 0) |