Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Codeset_Translator_Base.cpp
blobd5b69e09f35ea9b5c61c996c47bee09bf85b2c44
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Codeset_Translator_Base.cpp
7 * factories are responsible for supplying the proper translator on
8 * demand.
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