account.idl
来自「支持组件模型CCM的开源中间件-mico」· IDL 代码 · 共 18 行
IDL
18 行
// -*- c++ -*-interface Account { void deposit( in unsigned long amount ); void withdraw( in unsigned long amount ); long balance();};interface Bank { Account create (); Account open ();};interface Hello { void hello_world();};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?