#include <Policy.h>
Public Member Functions | |
TAO_AV_RTCP_Sdes_Policy (void) | |
TAO_AV_RTCP_Sdes & | value (void) |
void | value (const TAO_AV_RTCP_Sdes &sdes_val) |
Protected Attributes | |
TAO_AV_RTCP_Sdes | sdes_ |
Definition at line 84 of file Policy.h.
TAO_AV_RTCP_Sdes_Policy::TAO_AV_RTCP_Sdes_Policy | ( | void | ) |
Definition at line 31 of file Policy.cpp.
TAO_AV_RTCP_Sdes & TAO_AV_RTCP_Sdes_Policy::value | ( | void | ) |
Definition at line 52 of file Policy.inl.
{ return this->sdes_; }
void TAO_AV_RTCP_Sdes_Policy::value | ( | const TAO_AV_RTCP_Sdes & | sdes_val | ) |
Definition at line 58 of file Policy.inl.
{ this->sdes_ = sdes_val; }
TAO_AV_RTCP_Sdes TAO_AV_RTCP_Sdes_Policy::sdes_ [protected] |