one.idl
来自「UCS (Ultra Corba Simulator) is one more 」· IDL 代码 · 共 25 行
IDL
25 行
//File: CosNotifyChannelAdmin.idl
//Part of the Notification Service
#ifndef _COS_NOTIFY_CHANNEL_ADMIN_IDL_
#define _COS_NOTIFY_CHANNEL_ADMIN_IDL_
#pragma prefix "omg.org"
module TTT {
interface PPP {
readonly attribute string MyType;
attribute long MyAdmin;
void hello();
}; // ProxyConsumer
}; // CosNotifyChannelAdmin
#endif /* _COS_NOTIFY_CHANNEL_ADMIN_IDL_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?