summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Translator_Base.cpp
blob: 7d059efcb6ad45be88e9e889f1ac3533d1f0459c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- C++ -*-

//=============================================================================
/**
 *  @file    Codeset_Translator_Base.cpp
 *
 * factories are responsible for supplying the proper translator on
 * demand.
 *
 *  @author   Phil Mesnier <mesnier_p@ociweb.com>
 */
//=============================================================================


#include "tao/Codeset_Translator_Base.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base ()
{
}

TAO_END_VERSIONED_NAMESPACE_DECL