summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Manager.cpp
blob: afd2e1c61dd1b28f9a64c222934e29c9499cdfdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- C++ -*-
#include "tao/Codeset_Manager.h"
#include "tao/Codeset_Descriptor_Base.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

// Add the destructor for the codeset_descriptor_base here, because
// it is only ever used in conjunction with the codeset manager.
TAO_Codeset_Descriptor_Base::~TAO_Codeset_Descriptor_Base ()
{
}

TAO_END_VERSIONED_NAMESPACE_DECL