Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / tao / Codeset_Translator_Base.cpp
blob7d059efcb6ad45be88e9e889f1ac3533d1f0459c
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 ()
23 TAO_END_VERSIONED_NAMESPACE_DECL