TAO_DynValueBox_i Class Reference

Implementation of the DynValueBox class. More...

#include <DynValueBox_i.h>

Inheritance diagram for TAO_DynValueBox_i:

Inheritance graph
[legend]
Collaboration diagram for TAO_DynValueBox_i:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Implementation of the DynValueBox class.

Definition at line 38 of file DynValueBox_i.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_DynValueBox_i::TAO_DynValueBox_i void   ) 
 

Definition at line 11 of file DynValueBox_i.cpp.

00012 {
00013 }

TAO_DynValueBox_i::~TAO_DynValueBox_i void   ) 
 

Definition at line 15 of file DynValueBox_i.cpp.

00016 {
00017 }


Member Function Documentation

CORBA::Any * TAO_DynValueBox_i::get_boxed_value void   )  [virtual]
 

Implements DynamicAny::DynValueBox.

Definition at line 20 of file DynValueBox_i.cpp.

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

DynamicAny::DynAny_ptr TAO_DynValueBox_i::get_boxed_value_as_dyn_any void   )  [virtual]
 

Implements DynamicAny::DynValueBox.

Definition at line 32 of file DynValueBox_i.cpp.

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

void TAO_DynValueBox_i::set_boxed_value const CORBA::Any &  boxed  )  [virtual]
 

Definition at line 26 of file DynValueBox_i.cpp.

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

void TAO_DynValueBox_i::set_boxed_value_as_dyn_any DynamicAny::DynAny_ptr  boxed  )  [virtual]
 

Definition at line 38 of file DynValueBox_i.cpp.

00039 {
00040   throw ::CORBA::NO_IMPLEMENT ();
00041 }


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