z.idl
来自「支持组件模型CCM的开源中间件-mico」· IDL 代码 · 共 10 行
IDL
10 行
interface Z { exception E{}; //! method will be called using DII from client and from server void dii() raises(E); //! method calls Z::dii() using DII from server and returns exception repoid string stat();};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?