local_estypes.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 49 行
H
49 行
/* -*- C++ -*- */
//=============================================================================
/**
* @file Local_ESTypes.h
*
* Local_ESTypes.h,v 1.8 2003/10/28 18:34:19 bala Exp
*
* @author Tim Harrison (harrison@cs.wustl.edu)
*
* Manual types that would otherwise be defined/implemented via an
* IDL compiler.
* NOTE: the file is obsolecent, we have TAO now, but we keep it
* to speed up the porting.
*
*
*/
//=============================================================================
#ifndef ACE_LOCAL_ESTYPES_H
#define ACE_LOCAL_ESTYPES_H
#include /**/ "ace/pre.h"
#include "orbsvcs/Event_Service_Constants.h"
#include "orbsvcs/CosNamingC.h"
#include "orbsvcs/RtecSchedulerC.h"
#include "orbsvcs/RtecSchedulerS.h"
#include "orbsvcs/RtecEventCommC.h"
#include "orbsvcs/RtecEventCommS.h"
#include "orbsvcs/RtecEventChannelAdminC.h"
#include "orbsvcs/RtecEventChannelAdminS.h"
#define ACE_DEFAULT_EVENT_CHANNEL_TYPE 0
// These are to help MSVC++ 4.2 deal with inheritence of nested types.
// Not needed for Sun C++ or MSVC++ 5.0.
typedef RtecEventComm::Event RtecEventComm_Event;
#if defined (__ACE_INLINE__)
#include "Local_ESTypes.i"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
#endif /* ACE_LOCAL_ESTYPES_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?