summaryrefslogtreecommitdiff
path: root/flat/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
blob: 1f105b4605134cb4d358851b32d28b7e94d6ab2e (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
32
33
// $Id$

//=============================================================================
/**
 * @file RoundTripEI.idl
 *
 *
 * @author 
 */
//=============================================================================

#ifndef CIAO_ROUNDTRIPEI_IDL
#define CIAO_ROUNDTRIPEI_IDL

#include "RoundTripE.idl"

module Benchmark
{
  /**
   * @interface RoundTrip_Exec
   *
   * The actually Test executor need to support
   * Components::SessionComponent interface.  Therefore, we need to
   * define the component executor interface explicitly here.
   */
  local interface RoundTrip_Exec : CCM_RoundTrip, CCM_LatencyTest,
                                   Components::SessionComponent
  {
  };

};

#endif /* CIAO_TESTEI_IDL */