#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 13 of file Policy.cpp.
00014 :type_ (type) 00015 { 00016 } |
|
Definition at line 12 of file Policy.i. Referenced by TAO_AV_RTP_Object::set_policies().
00013 { 00014 return this->type_; 00015 } |
|
|