3 //=============================================================================
5 * @file UTF16_UCS2_Factory.cpp
7 * A tempate instantiation of the codeset translator factory from TAO.
9 * @author Byron Harris <harrisb@ociweb.com>
11 //=============================================================================
14 #include "UTF16_UCS2_Factory.h"
16 ACE_STATIC_SVC_DEFINE (UTF16_UCS2_Factory
,
17 ACE_TEXT ("UTF16_UCS2_Factory"),
19 &ACE_SVC_NAME (UTF16_UCS2_Factory
),
20 ACE_Service_Type::DELETE_THIS
21 | ACE_Service_Type::DELETE_OBJ
,
23 ACE_FACTORY_DEFINE (UTF16_UCS2
, UTF16_UCS2_Factory
)