summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h
blob: f219184ffece38d4f28dd5675e11430f1c7c5705 (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
// -*- C++ -*-

//=============================================================================
/**
 *  @file    UTF16_UCS2_Factory.h
 *
 *  A tempate instantiation of a codeset translator factory from TAO. This
 *  loads the UTF16_UCS2_Translator.
 *
 *
 *  @author   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 */