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

interface test
{
  void method (in unsigned long work);

  void shutdown ();
};