DynValueCommon_i.cpp

Go to the documentation of this file.
00001 // $Id: DynValueCommon_i.cpp 76995 2007-02-11 12:51:42Z johnnyw $
00002 
00003 #include "tao/DynamicAny/DynValueCommon_i.h"
00004 
00005 ACE_RCSID (DynamicAny,
00006            DynValueCommon_i,
00007            "$Id: DynValueCommon_i.cpp 76995 2007-02-11 12:51:42Z johnnyw $")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 TAO_DynValueCommon_i::TAO_DynValueCommon_i (void)
00012 {
00013 }
00014 
00015 TAO_DynValueCommon_i::~TAO_DynValueCommon_i (void)
00016 {
00017 }
00018 
00019 CORBA::Boolean
00020 TAO_DynValueCommon_i::is_null (void)
00021 {
00022   throw ::CORBA::NO_IMPLEMENT ();
00023 }
00024 
00025 void
00026 TAO_DynValueCommon_i::set_to_null (void)
00027 {
00028   throw ::CORBA::NO_IMPLEMENT ();
00029 }
00030 
00031 void
00032 TAO_DynValueCommon_i::set_to_value (void)
00033 {
00034   throw ::CORBA::NO_IMPLEMENT ();
00035 }
00036 
00037 TAO_END_VERSIONED_NAMESPACE_DECL
00038 

Generated on Tue Feb 2 17:43:11 2010 for TAO_DynamicAny by  doxygen 1.4.7