summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Oneway_Timeouts/Test.idl
blob: 30a517bde369d8060cbc6ce7bdf48cd32b952256 (plain)
1
2
3
4
5
6
// $Id$

interface Tester {
  oneway void test(in long id);
  long test2(in long id);
};