3 //=============================================================================
5 * @file Codeset_Translator_Base.cpp
7 * factories are responsible for supplying the proper translator on
10 * @author Phil Mesnier <mesnier_p@ociweb.com>
12 //=============================================================================
15 #include "tao/Codeset_Translator_Base.h"
17 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
19 TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base ()
24 TAO_END_VERSIONED_NAMESPACE_DECL