summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h
blob: 666f61fee1db8cfc459bc64efe51166e896087e2 (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
29
30
// -*- C++ -*-
//=============================================================================
/**
 *  @file    WUCS4_UTF16_Factory.h
 *
 *  $Id$
 *
 *
 *
 *  @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_Translator_Factory.h>

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

typedef UCS4_UTF16_Export 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 */