summaryrefslogtreecommitdiff
path: root/trunk/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
blob: d9009c56e8a968ac3bb912cd6e50a587ab3cf009 (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
34
// $Id$

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

#ifndef CIAO_ROUNDTRIPCLIENTEI_IDL
#define CIAO_ROUNDTRIPCLIENTEI_IDL

#include "RoundTripClientE.idl"

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

};

#endif /* CIAO_ROUNDTRIPCLIENTEI_IDL */