Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Codeset_Manager.cpp
blobafd2e1c61dd1b28f9a64c222934e29c9499cdfdb
1 // -*- C++ -*-
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