📄 ttest.idl
字号:
// TTest.idl,v 1.3 1998/07/11 20:50:00 sbw1 Exp
module TAO_Trader_Test
{
interface Remote_Output
{
void confirm ();
// Ensure that the object reference returned from the query actually
// works.
};
interface Plotter : Remote_Output
{
};
interface Printer : Remote_Output
{
};
interface File_System : Remote_Output
{
};
interface PostScript_Printer : Remote_Output
{
};
// Sequences used to test sequence type equivalence in the trader.
typedef sequence<short> ShortSeq;
typedef sequence<unsigned short> UShortSeq;
typedef sequence<long> LongSeq;
typedef sequence<unsigned long> ULongSeq;
typedef sequence<boolean> BooleanSeq;
typedef sequence<float> FloatSeq;
typedef sequence<double> DoubleSeq;
typedef sequence<string> StringSeq;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -