Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Trading / TTest.idl
blob9b6c296c98c414fbc3f3171ba2e8ca576e7c3c1f
1 #include <orb.idl>
3 module TAO_Trader_Test
6 interface Remote_Output
8 // Ensure that the object reference returned from the query actually
9 // works.
10 void confirm ();
13 interface Plotter : Remote_Output
17 interface Printer : Remote_Output
21 interface File_System : Remote_Output
25 interface PostScript_Printer : Remote_Output
29 // Sequences used to test sequence type equivalence in the trader.
30 typedef sequence<short> ShortSeq;
31 typedef sequence<unsigned short> UShortSeq;
32 typedef sequence<long> LongSeq;
33 typedef sequence<unsigned long> ULongSeq;
34 typedef sequence<boolean> BooleanSeq;
35 typedef sequence<float> FloatSeq;
36 typedef sequence<double> DoubleSeq;
37 typedef sequence<string> StringSeq;