summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
blob: 475433dfec464009bd689d3766c73b98866dcea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//$Id$
interface Roundtrip
{
    /// 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.
     */
  unsigned long long test_method (in unsigned long long send_time);

};