3 //=============================================================================
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 */