reopen_include1.idl
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· IDL 代码 · 共 46 行
IDL
46 行
// reopen_include1.idl,v 1.2 2000/09/13 02:42:51 parsons Exp
// ============================================================================
//
// = LIBRARY
// TAO/tests/IDL_Test
//
// = FILENAME
// reopen_include1.idl
//
// = DESCRIPTION
// This file contains examples of IDL code that has
// caused problems in the past for the TAO IDL
// compiler. This test is to make sure the problems
// stay fixed.
//
// = AUTHORS
// Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
//
// ============================================================================
#ifndef IDL_TEST_REOPEN_INCLUDE1_IDL
#define IDL_TEST_REOPEN_INCLUDE1_IDL
// First opening of a module included by a chain of
// inclusions into reopened_modules.idl
module frag
{
typedef sequence<double> dub_seq;
};
// These are in each file in the reopened_modules chain,
// and in reopened_modules.idl, test interface parent lookup.
module A
{
module B
{
interface X1
{
string getX1 ();
};
};
};
#endif /* IDL_TEST_REOPEN_INCLUDE1_IDL */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?