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

interface Test
{
  unsigned long long test_method (in unsigned long long stamp);

  // void time_stamp (inout unsigned long index);

  // oneway void shutdown ();
};