Implementation of the ZIOP::CompressionLowValuePolicy. More...
#include <ZIOP_Policy_i.h>


Public Member Functions | |
| CompressionLowValuePolicy (const ::CORBA::ULong val) | |
| Constructor. | |
| CompressionLowValuePolicy (const CompressionLowValuePolicy &rhs) | |
| Copy constructor. | |
| virtual CompressionLowValuePolicy * | clone (void) const |
| Returns a copy of <this>. | |
| virtual ::CORBA::ULong | low_value (void) |
| = The ZIOP::BidirectionalPolicy methods | |
| virtual CORBA::PolicyType | policy_type (void) |
| virtual CORBA::Policy_ptr | copy (void) |
| virtual void | destroy (void) |
| virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Private Attributes | |
| ::CORBA::ULong | value_ |
| The attribute. | |
Implementation of the ZIOP::CompressionLowValuePolicy.
Definition at line 131 of file ZIOP_Policy_i.h.
| TAO::CompressionLowValuePolicy::CompressionLowValuePolicy | ( | const ::CORBA::ULong | val | ) |
Constructor.
Definition at line 197 of file ZIOP_Policy_i.cpp.
{
return out_cdr << ACE_OutputCDR::from_boolean (this->value_);
}
CORBA::Boolean
CompressionEnablingPolicy::_tao_decode (TAO_InputCDR &in_cdr)
| TAO::CompressionLowValuePolicy::CompressionLowValuePolicy | ( | const CompressionLowValuePolicy & | rhs | ) |
Copy constructor.
Definition at line 207 of file ZIOP_Policy_i.cpp.
: ::CORBA::Object () , ::CORBA::Policy () , ::ZIOP::CompressionLowValuePolicy ()
| TAO_Cached_Policy_Type TAO::CompressionLowValuePolicy::_tao_cached_type | ( | void | ) | const [virtual] |
Definition at line 262 of file ZIOP_Policy_i.cpp.
{
}
| CompressionLowValuePolicy * TAO::CompressionLowValuePolicy::clone | ( | void | ) | const [virtual] |
Returns a copy of <this>.
Definition at line 226 of file ZIOP_Policy_i.cpp.
{
}
CORBA::PolicyType
CompressionLowValuePolicy::policy_type (void)
{
// Future policy implementors: notice how this minimizes the
// footprint of the class.
| CORBA::Policy_ptr TAO::CompressionLowValuePolicy::copy | ( | void | ) | [virtual] |
Definition at line 236 of file ZIOP_Policy_i.cpp.
{
CompressionLowValuePolicy *copy = 0;
ACE_NEW_RETURN (copy,
CompressionLowValuePolicy (*this),
0);
return copy;
}
| void TAO::CompressionLowValuePolicy::destroy | ( | void | ) | [virtual] |
Definition at line 250 of file ZIOP_Policy_i.cpp.
{
// Future policy implementors: notice how the following code is
// exception safe!
| CORBA::ULong TAO::CompressionLowValuePolicy::low_value | ( | void | ) |
= The ZIOP::BidirectionalPolicy methods
Definition at line 255 of file ZIOP_Policy_i.cpp.
| CORBA::PolicyType TAO::CompressionLowValuePolicy::policy_type | ( | void | ) | [virtual] |
Definition at line 217 of file ZIOP_Policy_i.cpp.
{
}
CompressionLowValuePolicy::CompressionLowValuePolicy (const CompressionLowValuePolicy &rhs)
: ::CORBA::Object ()
, ::CORBA::Policy ()
::CORBA::ULong TAO::CompressionLowValuePolicy::value_ [private] |
The attribute.
Definition at line 160 of file ZIOP_Policy_i.h.
1.7.0