summaryrefslogtreecommitdiff
path: root/TM_Proxy/TM_Proxy.cidl
blob: c41d1d0519672fd7d25895cf4265e01c22bb53c8 (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
// $Id$

/*
 * @file TM_Proxy.cidl
 * @brief The file contains the TM_Proxy component defination.
 * @author Nishanth Shankaran <nshankar@nospam.com>
 *
 */

#ifndef TM_PROXY_CIDL
#define TM_PROXY_CIDL
#include "TM_Proxy.idl"

module CIAO
{
  module RACE
  {
    module TM_Proxy
    {
      composition session TM_Proxy_Component_Impl
      {
        home executor TM_Proxy_Component_Home_Exec
        {
          implements TM_Proxy_Component_Home;
          manages    TM_Proxy_Component_Exec;
        };
      };
    };
  };
};

#endif /* TM_PROXY_CIDL */