rtportableserver.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 52 行
H
52 行
/* -*- C++ -*- */
// RTPortableServer.h,v 1.5 2003/10/28 18:29:33 bala Exp
// =========================================================================
//
// = LIBRARY
// TAO
//
// = FILENAME
// RTPortableserver.h
//
// = AUTHOR
// Frank Hunleth <fhunleth@cs.wustl.edu>
//
// =========================================================================
#ifndef TAO_RT_PORTABLESERVER_H
#define TAO_RT_PORTABLESERVER_H
#include /**/ "ace/pre.h"
#include "rtportableserver_export.h"
#include "tao/orbconf.h"
#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/RTCORBA/RTCORBA.h"
class TAO_RTPortableServer_Export TAO_RTPortableServer_Initializer
{
public:
// Constructor.
TAO_RTPortableServer_Initializer (void);
};
static TAO_RTPortableServer_Initializer TAO_RTPortableServer_initializer;
#define TAO_RT_PORTABLESERVER_SAFE_INCLUDE
#include "RTPortableServerC.h"
#undef TAO_RT_PORTABLESERVER_SAFE_INCLUDE
#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */
#include /**/ "ace/post.h"
#endif /* TAO_RT_PORTABLESERVER_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?