#include <ID_Factory.h>
Public Member Functions | |
TAO_Notify_ID_Factory (void) | |
Constuctor. | |
~TAO_Notify_ID_Factory () | |
Destructor. | |
TAO_Notify_Object::ID | id (void) |
void | set_last_used (const TAO_Notify_Object::ID id) |
Private Attributes | |
TAO_Notify_Object::ID | seed_ |
TAO_SYNCH_MUTEX | mtx_ |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_ID_Factory::TAO_Notify_ID_Factory | ( | void | ) |
Constuctor.
TAO_Notify_ID_Factory::~TAO_Notify_ID_Factory | ( | ) |
Destructor.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Notify_Object::ID TAO_Notify_ID_Factory::id | ( | void | ) |
ACE_INLINE void TAO_Notify_ID_Factory::set_last_used | ( | const TAO_Notify_Object::ID | id | ) |
TAO_SYNCH_MUTEX TAO_Notify_ID_Factory::mtx_ [private] |