#include <LocalObject.h>
Inheritance diagram for TAO_Local_RefCounted_Object
Public Methods | |
virtual void | _add_ref (void) |
Increment reference count. | |
virtual void | _remove_ref (void) |
Decrement reference count. | |
Protected Methods | |
TAO_Local_RefCounted_Object (void) | |
Private Methods | |
Unimplemented methods | |
TAO_Local_RefCounted_Object (const TAO_Local_RefCounted_Object &) | |
TAO_Local_RefCounted_Object& | operator= (const TAO_Local_RefCounted_Object &) |
|
Make it protected to prevent instantiation of this class. |
|
|
|
Increment reference count.
Reimplemented from CORBA_LocalObject. |
|
Decrement reference count.
Reimplemented from CORBA_LocalObject. |
|
|