#include <Policy.h>
Inheritance diagram for TAO_AV_RTCP_Sdes_Policy:
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.
00032 :TAO_AV_Policy (TAO_AV_RTCP_SDES_POLICY) 00033 { 00034 }
ACE_INLINE void TAO_AV_RTCP_Sdes_Policy::value | ( | const TAO_AV_RTCP_Sdes & | sdes_val | ) |
Definition at line 58 of file Policy.inl.
References sdes_.
00059 { 00060 this->sdes_ = sdes_val; 00061 }
ACE_INLINE TAO_AV_RTCP_Sdes & TAO_AV_RTCP_Sdes_Policy::value | ( | void | ) |
Definition at line 52 of file Policy.inl.
References sdes_.
00053 { 00054 return this->sdes_; 00055 }
TAO_AV_RTCP_Sdes TAO_AV_RTCP_Sdes_Policy::sdes_ [protected] |