Codeset_Manager.cpp

Go to the documentation of this file.
00001 // Codeset_Manager.cpp,v 1.29 2006/03/10 07:19:05 jtc Exp
00002 
00003 #include "tao/Codeset_Manager.h"
00004 #include "tao/Codeset_Descriptor_Base.h"
00005 
00006 ACE_RCSID (tao,
00007            Codeset_Manager,
00008            "Codeset_Manager.cpp,v 1.29 2006/03/10 07:19:05 jtc Exp")
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

Generated on Thu Nov 9 11:54:09 2006 for TAO by doxygen 1.3.6