2 //=============================================================================
4 * @file WUCS4_UTF16_Factory.h
6 * @author Phil Mesnier <mesnier_p@ociweb.com>
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 */