📄 hello.idl
字号:
// Illustrates CORBA callback -- sample obtained via
// http://java.sun.com/products/jdk/1.2/docs/guide/idl/jidlExample3.html
module HelloApp
{
interface HelloCallback
{
void callback(in string message);
};
interface Hello
{
string sayHello(in HelloCallback objRef, in string message);
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -