summaryrefslogtreecommitdiff
path: root/TAO/tao/UTF16_BOM_Factory.h
blob: 50d7c6f3cb764370d092c59bc6f127e9fbf4a685 (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
31
32
33
34
35
// -*- C++ -*-
// $Id$

// ============================================================================
//
// = LIBRARY
//    TAO
//
// = FILENAME
//    UTF16_BOM_Factory.h
//
// = DESCRIPTION
//    Loader for an instance of the UTF16_BOM_Translator.
//
// = AUTHOR
//    Phil Mesnier <mesnier_p@ociweb.com>
//
// ============================================================================

#ifndef UTF16_BOM_FACTORY_H
#define UTF16_BOM_FACTORY_H

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

#include "UTF16_BOM_Translator.h"

typedef TAO_Export TAO_Codeset_Translator_Factory_T<UTF16_BOM_Translator> UTF16_BOM_Factory;

ACE_STATIC_SVC_DECLARE_EXPORT (TAO, UTF16_BOM_Factory)
ACE_FACTORY_DECLARE (TAO, UTF16_BOM_Factory)

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