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

//=============================================================================
/**
 *  @file    UTF16_UCS2_Factory.cpp
 *
 *  $Id$
 *
 *  A tempate instantiation of the codeset translator factory from TAO.
 *
 *
 *  @author   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)