summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3108_Regression/test.idl
blob: 963e0c8a6a8a6618029dfd9fb0964d01a559e67a (plain)
1
2
3
4
5
6
7
// $Id$

interface test
{
  long test_method();
  oneway void shutdown ();
};