#include <Policy.h>
Inheritance diagram for TAO_AV_Policy:
Public Member Functions | |
TAO_AV_Policy (CORBA::ULong type) | |
CORBA::ULong | type (void) |
Protected Attributes | |
CORBA::ULong | type_ |
Definition at line 55 of file Policy.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_AV_Policy::TAO_AV_Policy | ( | CORBA::ULong | type | ) |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE CORBA::ULong TAO_AV_Policy::type | ( | void | ) |
Definition at line 12 of file Policy.inl.
References type_.
Referenced by TAO_AV_RTP_Object::set_policies().
00013 { 00014 return this->type_; 00015 }
CORBA::ULong TAO_AV_Policy::type_ [protected] |