Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / CodeSets / libs / UTF16_UCS2 / UTF16_UCS2_Factory.cpp
blob9e7bcc9bda4eaa96648e43699fd7eec389bfe253
1 // -*- C++ -*-
3 //=============================================================================
4 /**
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"),
18 ACE_SVC_OBJ_T,
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)