summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
blob: 8b682c67cbe225a930f4e5f87d99cd9339f5ec79 (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
30
31
// $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>

#pragma ciao lem "RoundTripE.idl"

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

  home RoundTripHome manages RoundTrip
  {
  };
};

#endif /* CIAO_ROUNDTRIP_IDL*/