nestea.idl
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· IDL 代码 · 共 18 行
IDL
18 行
// Nestea.idl,v 1.2 1999/04/21 01:18:33 brunsch Exp
// Just implements a nice little Nestea server
interface Nestea_Bookshelf
{
void drink (in long cans);
// Add a number of cans to the bookshelf.
void crush (in long cans);
// Crush some of those cans.
long bookshelf_size ();
// How many cans are in the collection?
string get_praise ();
// What does the server think of your collection?
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?