TAO_CosNotification  2.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
TAO_Notify_ID_Factory Class Reference

A simple factory for generating ID's for objects created by Notify. More...

#include <ID_Factory.h>

List of all members.

Public Member Functions

 TAO_Notify_ID_Factory (void)
 Constructor.
 ~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_
 Can't use atomic op, because we added the set_last_used() method.
TAO_SYNCH_MUTEX mtx_

Detailed Description

A simple factory for generating ID's for objects created by Notify.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation


Member Data Documentation

Can't use atomic op, because we added the set_last_used() method.


The documentation for this class was generated from the following files: