TAO
2.0.8
|
#include <ZIOP_Adapter.h>
Public Member Functions | |
virtual bool | decompress (ACE_Data_Block **db, TAO_Queued_Data &qd, TAO_ORB_Core &orb_core)=0 |
virtual bool | marshal_data (TAO_OutputCDR &cdr, TAO_Stub &stub)=0 |
virtual bool | marshal_data (TAO_OutputCDR &cdr, TAO_ORB_Core &orb_core)=0 |
virtual void | load_policy_validators (TAO_Policy_Validator &validator)=0 |
virtual | ~TAO_ZIOP_Adapter (void) |
The virtual destructor. |
Class that offers an interface to the ORB to load and manipulate ZIOP library.
TAO_ZIOP_Adapter::~TAO_ZIOP_Adapter | ( | void | ) | [virtual] |
The virtual destructor.
virtual bool TAO_ZIOP_Adapter::decompress | ( | ACE_Data_Block ** | db, |
TAO_Queued_Data & | qd, | ||
TAO_ORB_Core & | orb_core | ||
) | [pure virtual] |
virtual void TAO_ZIOP_Adapter::load_policy_validators | ( | TAO_Policy_Validator & | validator | ) | [pure virtual] |
virtual bool TAO_ZIOP_Adapter::marshal_data | ( | TAO_OutputCDR & | cdr, |
TAO_Stub & | stub | ||
) | [pure virtual] |
virtual bool TAO_ZIOP_Adapter::marshal_data | ( | TAO_OutputCDR & | cdr, |
TAO_ORB_Core & | orb_core | ||
) | [pure virtual] |