From 5a239561a7f66f991e8cc96eeaad00dc9d326ce1 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Sun, 17 Jul 2005 21:50:47 +0000 Subject: ChangeLog tag: Sun Jul 17 16:39:01 2005 Phil Mesnier --- TAO/tao/Codeset_Manager.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TAO/tao/Codeset_Manager.cpp') diff --git a/TAO/tao/Codeset_Manager.cpp b/TAO/tao/Codeset_Manager.cpp index 6da7f490c30..9744abc08b7 100644 --- a/TAO/tao/Codeset_Manager.cpp +++ b/TAO/tao/Codeset_Manager.cpp @@ -1,6 +1,7 @@ // $Id$ #include "Codeset_Manager.h" +#include "Codeset_Descriptor_Base.h" ACE_RCSID (tao, Codeset_Manager, @@ -10,3 +11,10 @@ ACE_RCSID (tao, TAO_Codeset_Manager::~TAO_Codeset_Manager () { } + +// Add the default 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 () +{ +} -- cgit v1.2.1