00001 // $Id: Codeset_Manager.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #include "tao/Codeset_Manager.h" 00004 #include "tao/Codeset_Descriptor_Base.h" 00005 00006 ACE_RCSID (tao, 00007 Codeset_Manager, 00008 "$Id: Codeset_Manager.cpp 71473 2006-03-10 07:19:20Z jtc $") 00009 00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00011 00012 TAO_Codeset_Manager::~TAO_Codeset_Manager (void) 00013 { 00014 } 00015 00016 // Add the destructor for the codeset_descriptor_base here, because 00017 // it is only ever used in conjunction with the codeset manager. 00018 00019 TAO_Codeset_Descriptor_Base::~TAO_Codeset_Descriptor_Base (void) 00020 { 00021 } 00022 00023 TAO_END_VERSIONED_NAMESPACE_DECL