wucs4_utf16_factory.h

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 31 行

H
31
字号
// -*- C++ -*-
//=============================================================================
/**
 *  @file    WUCS4_UTF16_Factory.h
 *
 *  WUCS4_UTF16_Factory.h,v 1.2 2003/12/08 02:37:57 bala Exp
 *
 *
 *
 *  @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 */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?