s/Uint/UInt/g
[ACE_TAO.git] / TAO / tao / Codeset_Manager.cpp
blob318904620d34dc4c3ae049d12b8ccf5c708e9fe0
1 // -*- C++ -*-
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