summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
blob: b42a56eb907ddcbf2ac8c94ebb1cb61f2fad453c (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 */