CIAO
1.0.8
|
#include <CCM_CookieC.h>
Public Member Functions | |
Cookie (void) | |
Cookie (const ::CORBA::OctetSeq &_tao_init_cookieValue) | |
virtual | ~Cookie (void) |
Protected Member Functions | |
virtual void | cookieValue (const CORBA::OctetSeq &) |
Accessor to set the member. | |
virtual const CORBA::OctetSeq & | cookieValue (void) const |
Readonly get method. | |
virtual CORBA::OctetSeq & | cookieValue (void) |
Read/write get method. | |
virtual ::CORBA::Boolean | _tao_marshal__Components_Cookie (TAO_OutputCDR &, TAO_ChunkInfo &) const |
virtual ::CORBA::Boolean | _tao_unmarshal__Components_Cookie (TAO_InputCDR &, TAO_ChunkInfo &) |
::CORBA::Boolean | _tao_marshal_state (TAO_OutputCDR &, TAO_ChunkInfo &) const |
::CORBA::Boolean | _tao_unmarshal_state (TAO_InputCDR &, TAO_ChunkInfo &) |
virtual void | truncation_hook (void) |
Private Attributes | |
CORBA::OctetSeq | _pd_cookieValue |
CORBA::Boolean | require_truncation_ |
OBV_Components::Cookie::Cookie | ( | void | ) |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/
Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html
Reimplemented from Components::Cookie.
OBV_Components::Cookie::Cookie | ( | const ::CORBA::OctetSeq & | _tao_init_cookieValue | ) |
OBV_Components::Cookie::~Cookie | ( | void | ) | [virtual] |
Reimplemented from Components::Cookie.
CORBA::Boolean OBV_Components::Cookie::_tao_marshal__Components_Cookie | ( | TAO_OutputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | const [protected, virtual] |
Implements Components::Cookie.
TAO_END_VERSIONED_NAMESPACE_DECL::CORBA::Boolean OBV_Components::Cookie::_tao_marshal_state | ( | TAO_OutputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | const [protected] |
CORBA::Boolean OBV_Components::Cookie::_tao_unmarshal__Components_Cookie | ( | TAO_InputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | [protected, virtual] |
Implements Components::Cookie.
CORBA::Boolean OBV_Components::Cookie::_tao_unmarshal_state | ( | TAO_InputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | [protected] |
void OBV_Components::Cookie::cookieValue | ( | const CORBA::OctetSeq & | val | ) | [protected, virtual] |
Accessor to set the member.
Implements Components::Cookie.
const CORBA::OctetSeq & OBV_Components::Cookie::cookieValue | ( | void | ) | const [protected, virtual] |
Readonly get method.
Implements Components::Cookie.
CORBA::OctetSeq & OBV_Components::Cookie::cookieValue | ( | void | ) | [protected, virtual] |
Read/write get method.
Implements Components::Cookie.
void OBV_Components::Cookie::truncation_hook | ( | void | ) | [protected, virtual] |