📄 test.idl
字号:
//
// Test.idl,v 1.1 2001/03/10 23:37:41 coryan Exp
//
module Test
{
/// An interface to communicate and shutdown a process
interface Ping_Service
{
/// Just a void function contact the server
void ping ();
/// Shutdown the server
oneway void shutdown ();
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -