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_BEGIN_VERSIONED_NAMESPACE_DECL TAO_DynValueCommon_i::TAO_DynValueCommon_i void   ) 
 

Definition at line 11 of file DynValueCommon_i.cpp.

00012 {
00013 }

TAO_DynValueCommon_i::~TAO_DynValueCommon_i void   ) 
 

Definition at line 15 of file DynValueCommon_i.cpp.

00016 {
00017 }


Member Function Documentation

CORBA::Boolean TAO_DynValueCommon_i::is_null void   )  [virtual]
 

Implements DynamicAny::DynValueCommon.

Definition at line 20 of file DynValueCommon_i.cpp.

00021 {
00022   throw ::CORBA::NO_IMPLEMENT ();
00023 }

void TAO_DynValueCommon_i::set_to_null void   )  [virtual]
 

Implements DynamicAny::DynValueCommon.

Definition at line 26 of file DynValueCommon_i.cpp.

00027 {
00028   throw ::CORBA::NO_IMPLEMENT ();
00029 }

void TAO_DynValueCommon_i::set_to_value void   )  [virtual]
 

Implements DynamicAny::DynValueCommon.

Definition at line 32 of file DynValueCommon_i.cpp.

00033 {
00034   throw ::CORBA::NO_IMPLEMENT ();
00035 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:37:09 2008 for TAO_DynamicAny by doxygen 1.3.6