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

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

  oneway void shutdown ();
};