identity.idl
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· IDL 代码 · 共 23 行
IDL
23 行
// Identity.idl,v 1.1 1999/08/21 22:37:06 marina Exp
// ============================================================================
//
// = FILENAME
// Identity.idl
//
// = DESCRIPTION
// Interface for a toy CORBA service useful for
// testing/demonstrating functionality of the Load
// Balancing service defined in Load_Balancer.idl.
//
// = AUTHOR
// Marina Spivak <marina@cs.wustl.edu>
//
// ============================================================================
interface Identity
{
void get_name (out string name);
// Obtain the name of this object.
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?