#include <Servant_Base.h>
Inheritance diagram for TAO_RefCountServantBase
Public Methods | |
~TAO_RefCountServantBase (void) | |
virtual void | _add_ref (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) |
virtual void | _remove_ref (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) |
Protected Methods | |
TAO_RefCountServantBase (void) | |
TAO_RefCountServantBase (const TAO_RefCountServantBase &) | |
TAO_RefCountServantBase& | operator= (const TAO_RefCountServantBase &) |
Private Attributes | |
ACE_Atomic_Op<TAO_SYNCH_MUTEX, long> | ref_count_ |
|
|
|
|
|
|
|
Reimplemented from TAO_Abstract_ServantBase. |
|
Reimplemented from TAO_Abstract_ServantBase. |
|
|
|
|