summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripServer/Test.idl
blob: b7f83dbedd83d3e790301b33b6b7c76fb1674a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// $Id$ 
//

/// Measure roundtrip delay
interface LatencyTest
{
    /// A simple method to measure roundtrip delays
    /**
     * The operation simply returns its argument, this is used in AMI
     * and deferred synchronous tests to measure the roundtrip delay
     * without the need for a different reply handler for each
     * request.
     */
    long makeCall (in long send_time);
};