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.h
blob7c0a40e1057b0b1fda9d4232ba79866bed7f86e4
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file UTF16_UCS2_Factory.h
7 * A tempate instantiation of a codeset translator factory from TAO. This
8 * loads the UTF16_UCS2_Translator.
10 * @author Byron Harris <harrisb@ociweb.com>
12 //=============================================================================
14 #ifndef UTF16_UCS2_FACTORY_H
15 #define UTF16_UCS2_FACTORY_H
17 #include "ace/Service_Config.h"
18 #include "tao/Codeset/Codeset_Translator_Factory.h"
20 #include "UTF16_UCS2_export.h"
21 #include "UTF16_UCS2_Translator.h"
23 typedef TAO_Codeset_Translator_Factory_T<UTF16_UCS2_Translator> UTF16_UCS2_Factory;
25 ACE_STATIC_SVC_DECLARE_EXPORT (UTF16_UCS2, UTF16_UCS2_Factory)
26 ACE_FACTORY_DECLARE (UTF16_UCS2, UTF16_UCS2_Factory)
28 #endif /* UTF16_UCS2_FACTORY_H */