summaryrefslogtreecommitdiff
path: root/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h
blob: 3cc382fd3f7bffbcf604a26fcd1928248d4c418f (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
34
35
36
// -*- C++ -*-
// $Id$

// ============================================================================
//
// = LIBRARY
//    TAO/tests/CodeSets/translators/UTF16_UCS2
//
// = FILENAME
//    UTF16_UCS2_Factory.cpp
//
// = DESCRIPTION
//    A tempate instantiation of a codeset translator factory from TAO. This
//    loads the UTF16_UCS2_Translator.
//
// = AUTHORS
//      Byron Harris <harrisb@ociweb.com>
//
// ============================================================================

#ifndef UTF16_UCS2_FACTORY_H
#define UTF16_UCS2_FACTORY_H

#include "ace/Service_Config.h"
#include "tao/Codeset/Codeset_Translator_Factory.h"

#include "UTF16_UCS2_export.h"
#include "UTF16_UCS2_Translator.h"

typedef TAO_Codeset_Translator_Factory_T<UTF16_UCS2_Translator> UTF16_UCS2_Factory;

ACE_STATIC_SVC_DECLARE_EXPORT (UTF16_UCS2, UTF16_UCS2_Factory)
ACE_FACTORY_DECLARE (UTF16_UCS2, UTF16_UCS2_Factory)

#endif /* UTF16_UCS2_FACTORY_H */