becho.idl

来自「编译工具」· IDL 代码 · 共 15 行

IDL
15
字号
// We need a separate version of this IDL file with a different// name, merely to ensure that the stubs are re-compiled with the// the right options.#ifndef __ECHO_IDL__#define __ECHO_IDL__interface Echo {  string echoString(in string mesg);};#endif 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?