#include <DynValueCommon_i.h>
Inheritance diagram for TAO_DynValueCommon_i:
Public Member Functions | |
TAO_DynValueCommon_i (void) | |
~TAO_DynValueCommon_i (void) | |
virtual CORBA::Boolean | is_null (void) |
virtual void | set_to_null (void) |
virtual void | set_to_value (void) |
Definition at line 38 of file DynValueCommon_i.h.
|
Definition at line 11 of file DynValueCommon_i.cpp.
00012 { 00013 } |
|
Definition at line 15 of file DynValueCommon_i.cpp.
00016 { 00017 } |
|
Implements DynamicAny::DynValueCommon. Definition at line 20 of file DynValueCommon_i.cpp.
00021 { 00022 throw ::CORBA::NO_IMPLEMENT (); 00023 } |
|
Implements DynamicAny::DynValueCommon. Definition at line 26 of file DynValueCommon_i.cpp.
00027 { 00028 throw ::CORBA::NO_IMPLEMENT (); 00029 } |
|
Implements DynamicAny::DynValueCommon. Definition at line 32 of file DynValueCommon_i.cpp.
00033 { 00034 throw ::CORBA::NO_IMPLEMENT (); 00035 } |