summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h
blob: 4416d7a47af29e48fa0b6cf96ccd5dff9dca6e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// -*- C++ -*-
//=============================================================================
/**
 *  @file    WUCS4_UTF16_Factory.h
 *
 *
 *
 *  @author Phil Mesnier <mesnier_p@ociweb.com>
 */
//=============================================================================

#ifndef WUCS4_UTF16_FACTORY_H
#define WUCS4_UTF16_FACTORY_H

#include /**/ "ace/pre.h"
#include "ace/Service_Config.h"
#include "tao/Codeset/Codeset_Translator_Factory.h"

#include "WUCS4_UTF16_export.h"
#include "WUCS4_UTF16.h"

typedef TAO_Codeset_Translator_Factory_T<WUCS4_UTF16> WUCS4_UTF16_Factory;

ACE_STATIC_SVC_DECLARE_EXPORT (UCS4_UTF16, WUCS4_UTF16_Factory)
ACE_FACTORY_DECLARE (UCS4_UTF16, WUCS4_UTF16_Factory)

#include /**/ "ace/post.h"
#endif /* WUCS4_UTF16_FACTORY_H */