#include <Buffering_Constraint_Policy.h>
Inheritance diagram for TAO_Buffering_Constraint_Policy
Public Methods | |
TAO_Buffering_Constraint_Policy (const TAO::BufferingConstraint &buffering_constraint) | |
Constructor. | |
TAO_Buffering_Constraint_Policy (const TAO_Buffering_Constraint_Policy &rhs) | |
Copy constructor. | |
virtual TAO_Buffering_Constraint_Policy* | clone (void) const |
Returns a copy of <this>. | |
virtual TAO::BufferingConstraint | buffering_constraint (CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException) |
void | get_buffering_constraint (TAO::BufferingConstraint &) const |
virtual CORBA::PolicyType | policy_type (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | destroy (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Static Public Methods | |
CORBA::Policy_ptr | create (const CORBA::Any& val, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) |
Helper method for the implementation of CORBA::ORB::create_policy. | |
Private Attributes | |
TAO::BufferingConstraint | buffering_constraint_ |
The attribute. |
|
Constructor.
|
|
Copy constructor.
|
|
|
|
|
|
Returns a copy of <this>.
|
|
|
|
Helper method for the implementation of CORBA::ORB::create_policy.
|
|
|
|
|
|
|
|
The attribute.
|