2 #include "tao/Codeset_Manager.h"
3 #include "tao/Codeset_Descriptor_Base.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 TAO_Codeset_Manager::~TAO_Codeset_Manager ()
11 // Add the destructor for the codeset_descriptor_base here, because
12 // it is only ever used in conjunction with the codeset manager.
14 TAO_Codeset_Descriptor_Base::~TAO_Codeset_Descriptor_Base ()
18 TAO_END_VERSIONED_NAMESPACE_DECL