Implementation of the DynValueCommon class. More...
#include <DynValueCommon_i.h>


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) |
Implementation of the DynValueCommon class.
Definition at line 38 of file DynValueCommon_i.h.
| TAO_DynValueCommon_i::TAO_DynValueCommon_i | ( | void | ) |
Definition at line 11 of file DynValueCommon_i.cpp.
{
}
| TAO_DynValueCommon_i::~TAO_DynValueCommon_i | ( | void | ) |
Definition at line 15 of file DynValueCommon_i.cpp.
{
}
| CORBA::Boolean TAO_DynValueCommon_i::is_null | ( | void | ) | [virtual] |
Definition at line 20 of file DynValueCommon_i.cpp.
{
throw ::CORBA::NO_IMPLEMENT ();
}
| void TAO_DynValueCommon_i::set_to_null | ( | void | ) | [virtual] |
Definition at line 26 of file DynValueCommon_i.cpp.
{
throw ::CORBA::NO_IMPLEMENT ();
}
| void TAO_DynValueCommon_i::set_to_value | ( | void | ) | [virtual] |
Definition at line 32 of file DynValueCommon_i.cpp.
{
throw ::CORBA::NO_IMPLEMENT ();
}
1.7.0