importcorba.h

来自「遗传算法的一个库」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef __importCORBA_H#define __importCORBA_H/** * import CORBA header file and some related files */#ifndef __ServiceOptionsDemoPostConfig_h#include <ServiceOptionsDemoPostConfig.h>#endif#ifdef CORBA_H#include CORBA_H#endif#ifdef RSSH_TAO#include "tao/PortableServer/PortableServer.h"#endif#endif

⌨️ 快捷键说明

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