📄 identity.idl
字号:
// Identity.idl,v 1.1 1999/10/31 00:43:48 bala 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>
// with modifications by Bala Natarajan <bala@cs.wustl.edu>
// ============================================================================
interface Identity
{
void get_name (out string name);
// Obtain the name of this object.
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -