| 
    TAO_CosNotification
    2.2.2
    
   | 
 
A simple factory for generating ID's for objects created by Notify. More...
#include <ID_Factory.h>

Public Member Functions | |
| TAO_Notify_ID_Factory (void) | |
| Constructor.  More... | |
| ~TAO_Notify_ID_Factory () | |
| Destructor.  More... | |
| TAO_Notify_Object::ID | id (void) | 
| void | set_last_used (const TAO_Notify_Object::ID id) | 
Private Attributes | |
| TAO_Notify_Object::ID | seed_ | 
| Can't use atomic op, because we added the set_last_used() method.  More... | |
| TAO_SYNCH_MUTEX | mtx_ | 
A simple factory for generating ID's for objects created by Notify.
| TAO_Notify_ID_Factory::TAO_Notify_ID_Factory | ( | void | ) | 
Constructor.
| TAO_Notify_ID_Factory::~TAO_Notify_ID_Factory | ( | ) | 
Destructor.
| TAO_Notify_Object::ID TAO_Notify_ID_Factory::id | ( | void | ) | 
| void TAO_Notify_ID_Factory::set_last_used | ( | const TAO_Notify_Object::ID | id | ) | 
      
  | 
  private | 
      
  | 
  private | 
Can't use atomic op, because we added the set_last_used() method.
 1.8.3.1