summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Thread_Pool/test.idl
blob: df16fc4da932921cedd24c46c17e5f0a30c99df5 (plain)
1
2
3
4
5
6
7
8
9
10
//
// $Id$
//

interface test
{
  void method ();

  void shutdown ();
};