DynValueBox_i.cpp

Go to the documentation of this file.
00001 // $Id: DynValueBox_i.cpp 77779 2007-03-23 11:48:02Z johnnyw $
00002 
00003 #include "tao/DynamicAny/DynValueBox_i.h"
00004 
00005 ACE_RCSID (DynamicAny,
00006            DynValueBox_i,
00007            "$Id: DynValueBox_i.cpp 77779 2007-03-23 11:48:02Z johnnyw $")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 TAO_DynValueBox_i::TAO_DynValueBox_i (void)
00012 {
00013 }
00014 
00015 TAO_DynValueBox_i::~TAO_DynValueBox_i (void)
00016 {
00017 }
00018 
00019 CORBA::Any *
00020 TAO_DynValueBox_i::get_boxed_value (void)
00021 {
00022   throw ::CORBA::NO_IMPLEMENT ();
00023 }
00024 
00025 void
00026 TAO_DynValueBox_i::set_boxed_value (const CORBA::Any & /* boxed */)
00027 {
00028   throw ::CORBA::NO_IMPLEMENT ();
00029 }
00030 
00031 DynamicAny::DynAny_ptr
00032 TAO_DynValueBox_i::get_boxed_value_as_dyn_any (void)
00033 {
00034   throw ::CORBA::NO_IMPLEMENT ();
00035 }
00036 
00037 void
00038 TAO_DynValueBox_i::set_boxed_value_as_dyn_any (DynamicAny::DynAny_ptr /* boxed */)
00039 {
00040   throw ::CORBA::NO_IMPLEMENT ();
00041 }
00042 
00043 TAO_END_VERSIONED_NAMESPACE_DECL
00044 

Generated on Sun Jan 27 13:36:29 2008 for TAO_DynamicAny by doxygen 1.3.6