6 interface Remote_Output
8 // Ensure that the object reference returned from the query actually
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
;