Implementation of the DynValueBox class. More...
#include <DynValueBox_i.h>
Public Member Functions | |
TAO_DynValueBox_i (void) | |
~TAO_DynValueBox_i (void) | |
virtual CORBA::Any * | get_boxed_value (void) |
virtual void | set_boxed_value (const CORBA::Any &boxed) |
virtual DynamicAny::DynAny_ptr | get_boxed_value_as_dyn_any (void) |
virtual void | set_boxed_value_as_dyn_any (DynamicAny::DynAny_ptr boxed) |
Implementation of the DynValueBox class.
Definition at line 38 of file DynValueBox_i.h.
TAO_DynValueBox_i::TAO_DynValueBox_i | ( | void | ) |
Definition at line 11 of file DynValueBox_i.cpp.
{ }
TAO_DynValueBox_i::~TAO_DynValueBox_i | ( | void | ) |
Definition at line 15 of file DynValueBox_i.cpp.
{ }
CORBA::Any * TAO_DynValueBox_i::get_boxed_value | ( | void | ) | [virtual] |
Definition at line 20 of file DynValueBox_i.cpp.
{ throw ::CORBA::NO_IMPLEMENT (); }
DynamicAny::DynAny_ptr TAO_DynValueBox_i::get_boxed_value_as_dyn_any | ( | void | ) | [virtual] |
Definition at line 32 of file DynValueBox_i.cpp.
{ throw ::CORBA::NO_IMPLEMENT (); }
void TAO_DynValueBox_i::set_boxed_value | ( | const CORBA::Any & | boxed | ) | [virtual] |
Definition at line 26 of file DynValueBox_i.cpp.
{ throw ::CORBA::NO_IMPLEMENT (); }
void TAO_DynValueBox_i::set_boxed_value_as_dyn_any | ( | DynamicAny::DynAny_ptr | boxed | ) | [virtual] |
Definition at line 38 of file DynValueBox_i.cpp.
{ throw ::CORBA::NO_IMPLEMENT (); }