summaryrefslogtreecommitdiff
path: root/TAO/tests/Bench/wire/test.idl
blob: 23126ac93f010e91422f8160dbd23045a7f392c5 (plain)
1
2
3
4
5
6
7
8
9
10

// $Id$

interface foo
{
  string all_str (in string inarg,
                 inout string inoutarg,
                 out string outarg);
};