summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Translator_Base.cpp
blob: c5d222373b261d1a1c12753b380a6b5b1eb03c96 (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
// -*- 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 "Codeset_Translator_Base.h"

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

TAO_Codeset_Translator_Base::~TAO_Codeset_Translator_Base ()
{

}