cosnotificationappcomm.idl
来自「OTP是开放电信平台的简称」· IDL 代码 · 共 18 行
IDL
18 行
#ifndef _OE_COSNOTIFICATIONCOMM_IDL_#define _OE_COSNOTIFICATIONCOMM_IDL_#include<CosNotification.idl>module oe_CosNotificationComm { interface Event { enum status {MATCH, MATCHED}; void callSeq(in CosNotification::EventBatch events, in status stat); void callAny(in any event, in status stat); };};#endif /* ifndef _OE_COSNOTIFICATIONCOMM_IDL_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?