Public Member Functions

TAO_DynValueCommon_i Class Reference

Implementation of the DynValueCommon class. More...

#include <DynValueCommon_i.h>

Inheritance diagram for TAO_DynValueCommon_i:
Inheritance graph
[legend]
Collaboration diagram for TAO_DynValueCommon_i:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

Implementation of the DynValueCommon class.

Definition at line 38 of file DynValueCommon_i.h.


Constructor & Destructor Documentation

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.

{
}


Member Function Documentation

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 ();
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines