portablegroup_simple_ds.idl
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· IDL 代码 · 共 42 行
IDL
42 行
// -*- IDL -*-
//=============================================================================
/**
* @file PortableGroup_Simple_DS.idl
*
* PortableGroup_Simple_DS.idl,v 1.1 2003/12/25 23:59:33 bala Exp
*
* The aim of this file is to provide a seperation between the actual
* PortableGroup interface and some of the data structures defined in
* this module. This would be apparent if you look at
* FT_CORBA_ORB.idl. FT_CORBA_ORB.idl can get away by just including
* this file and the generated code from this instead of linking in
* PortableGroup and the likes.
*/
//=============================================================================
#ifndef _PORTABLEGROUP_SIMPLE_DS_IDL_
#define _PORTABLEGROUP_SIMPLE_DS_IDL_
#include <tao/GIOP.pidl>
module PortableGroup
{
typeprefix PortableGroup "omg.org";
// Specification for Interoperable Object Group References
typedef string GroupDomainId;
typedef unsigned long long ObjectGroupId;
typedef unsigned long ObjectGroupRefVersion;
struct TagGroupTaggedComponent
{ // tag = TAG_GROUP;
GIOP::Version component_version;
GroupDomainId group_domain_id;
ObjectGroupId object_group_id;
ObjectGroupRefVersion object_group_ref_version;
};
};
#endif /*_PORTABLEGROUP_SIMPLE_DS_IDL_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?