summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
blob: 73a00422297f8cc23769db80d91ceb5778fbfb54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// $Id$
//=============================================================================
/**
 * @file RoundTrip.idl
 *
 * Definition of the Component that provides the LatencyTest interface
 *
 */
//=============================================================================

#ifndef CIAO_ROUNDTRIP_IDL
#define CIAO_ROUNDTRIP_IDL

#include "../Benchmark.idl"
#include <Components.idl>

module Benchmark
{
  component RoundTrip
  {
    provides LatencyTest latency;
  };

  home RoundTripHome manages RoundTrip
  {
  };
};

#endif /* CIAO_ROUNDTRIP_IDL*/