summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Trading_Service/TTest.idl
blob: 59145c58dc3736022818f5d17bdf76b949831cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module TAO_Trader_Test
{
  
interface Remote_Output
{
};

interface Plotter : Remote_Output
{
};

interface Printer : Remote_Output
{
};

interface File_System : Remote_Output
{
};

interface PostScript_Printer : Remote_Output
{
};

};