summaryrefslogtreecommitdiff
path: root/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.cpp
blob: b532491333ff51bd30b1c6fe3bd3527c19724759 (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++ -*-
// $Id$

// ============================================================================
//
// = LIBRARY
//    TAO/tao/Codesets/translators/UTF16_UCS2/
//
// = FILENAME
//    UTF16_UCS2_Factory.cpp
//
// = DESCRIPTION
//    A tempate instantiation of the codeset translator factory from TAO.
//
// = AUTHORS
//      Byron Harris <harrisb@ociweb.com>
//
// ============================================================================

#include "UTF16_UCS2_Factory.h"

ACE_STATIC_SVC_DEFINE (UTF16_UCS2_Factory,
                       ACE_TEXT ("UTF16_UCS2_Factory"),
                       ACE_SVC_OBJ_T,
                       &ACE_SVC_NAME (UTF16_UCS2_Factory),
                       ACE_Service_Type::DELETE_THIS
                       | ACE_Service_Type::DELETE_OBJ,
                       0)
ACE_FACTORY_DEFINE (UTF16_UCS2, UTF16_UCS2_Factory)