summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test.idl
blob: 3bc8f9af25c27e2d26c80e7438557a75ab006b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// $Id$
//

interface test
{
  long method (in long client_id,
               in long iteration,
               out long thread_count);

  oneway void shutdown ();
};