⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 portablegroup_simple_ds.idl

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻 IDL
字号:
// -*- 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -