summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Translator_Base.cpp
blob: e72a02359f335e0da2412686fc60fce814a293f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// -*- C++ -*-

// =====================================================================
//
// = LIBRARY
//    TAO/tao
//
// = FILENAME
//    Codeset_Translator_Base.cpp
//
// = DESCRIPTION The base for all the translator factories. Translator
// factories are responsible for supplying the proper translator on
// demand.
//
// = AUTHORS
//      Phil Mesnier <mesnier_p@ociweb.com>
//
// =====================================================================

#include "tao/Codeset_Translator_Base.h"

ACE_RCSID (tao,
           Codeset_Translator_Base,
           "$Id$")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base (void)
{

}

TAO_END_VERSIONED_NAMESPACE_DECL