summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.cidl
blob: 724789ac42d74f27f4b0ac31e7272ce625f4e697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#ifndef ROUNDTRIP_CIDL
#define ROUNDTRIP_CIDL

#include "RoundTrip.idl"

composition session RoundTrip_Impl
{

  home executor RoundTripHome_Exec
  {
    implements Benchmark::RoundTripHome;
    manages RoundTrip_Exec;
  };

};

#endif /* ROUNDTRIP_CIDL */