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