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

interface test
{
  void initialize (in unsigned long total_iterations);

  oneway void method (in unsigned long work,
                      in string iteration);
};