📄 country.idl
字号:
// Country.idl,v 1.1 2003/08/23 01:30:37 michel_j Exp
//IDL
#ifndef TAO_COUNTRY_IDL
#define TAO_COUNTRY_IDL
#include "orbsvcs/CosTypedEventComm.idl"
#pragma prefix "jon.com"
interface Country : ::CosTypedEventComm::TypedPushConsumer
{
void update_population (in string country,
in long population);
};
#endif /* TAO_COUNTRY_IDL */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -