⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 typedef.idl

📁 MICO2.3.13 corba 环境平台
💻 IDL
字号:
// there is a bug in gcc that causes foo::S::~S() to be undefined if// we typedef string S here ...typedef string S1;typedef struct SS_ {          octet a, b;        } SSx;interface foo {  typedef long L;  struct S {    long a;    char b;  };  void bar1( in string s );  void bar2( in L l );  void bar3( in S s );};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -