summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_2503_Regression/Test.idl
blob: f1988af976b6b9c0fa83743eadec77ee8da29910 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface Test
{
  void the_operation(out long x);

  oneway void shutdown ();
};