Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / CodeSets / libs / UCS4_UTF16 / WUCS4_UTF16_Factory.h
blobaefe76538bc4bca20d5be22e2fadc51c7c202cd6
1 // -*- C++ -*-
2 //=============================================================================
3 /**
4 * @file WUCS4_UTF16_Factory.h
6 * @author Phil Mesnier <mesnier_p@ociweb.com>
7 */
8 //=============================================================================
10 #ifndef WUCS4_UTF16_FACTORY_H
11 #define WUCS4_UTF16_FACTORY_H
13 #include /**/ "ace/pre.h"
14 #include "ace/Service_Config.h"
15 #include "tao/Codeset/Codeset_Translator_Factory.h"
17 #include "WUCS4_UTF16_export.h"
18 #include "WUCS4_UTF16.h"
20 typedef TAO_Codeset_Translator_Factory_T<WUCS4_UTF16> WUCS4_UTF16_Factory;
22 ACE_STATIC_SVC_DECLARE_EXPORT (UCS4_UTF16, WUCS4_UTF16_Factory)
23 ACE_FACTORY_DECLARE (UCS4_UTF16, WUCS4_UTF16_Factory)
25 #include /**/ "ace/post.h"
26 #endif /* WUCS4_UTF16_FACTORY_H */