#include <DynValueBox_i.h>
Inheritance diagram for TAO_DynValueBox_i:
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) |
Definition at line 38 of file DynValueBox_i.h.
|
Definition at line 11 of file DynValueBox_i.cpp.
00012 { 00013 } |
|
Definition at line 15 of file DynValueBox_i.cpp.
00016 { 00017 } |
|
Implements DynamicAny::DynValueBox. Definition at line 20 of file DynValueBox_i.cpp.
00021 { 00022 throw ::CORBA::NO_IMPLEMENT (); 00023 } |
|
Implements DynamicAny::DynValueBox. Definition at line 32 of file DynValueBox_i.cpp.
00033 { 00034 throw ::CORBA::NO_IMPLEMENT (); 00035 } |
|
Definition at line 26 of file DynValueBox_i.cpp.
00027 { 00028 throw ::CORBA::NO_IMPLEMENT (); 00029 } |
|
Definition at line 38 of file DynValueBox_i.cpp.
00039 { 00040 throw ::CORBA::NO_IMPLEMENT (); 00041 } |