Functions

Countdown_Time.cpp File Reference

#include "ace/Countdown_Time.h"
#include "ace/OS_NS_sys_time.h"
Include dependency graph for Countdown_Time.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, Countdown_Time,"$Id: Countdown_Time.cpp 85382 2009-05-19 06:52:56Z johnnyw $") 1 ACE_Countdown_Time

Function Documentation

ACE_RCSID ( ace  ,
Countdown_Time  ,
"$Id: Countdown_Time.cpp 85382 2009-05-19 06:52:56Z johnnyw $"   
)

Definition at line 4 of file Countdown_Time.cpp.

               : Countdown_Time.cpp 85382 2009-05-19 06:52:56Z johnnyw $")

#if !defined (__ACE_INLINE__)
#include "ace/Countdown_Time.inl"
#endif /* __ACE_INLINE__ */

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_Countdown_Time::ACE_Countdown_Time (ACE_Time_Value *max_wait_time)
  : max_wait_time_ (max_wait_time),
    stopped_ (false)
{
  this->start ();
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines