summaryrefslogtreecommitdiff
path: root/Output_Adapters/Component/Output_Manager.cidl
blob: e26dba88b3ae8c1368d9826f3bf608e7e69be7d6 (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
#ifndef RACE_OUTPUT_MANAGER_CIDL
#define RACE_OUTPUT_MANAGER_CIDL

/*
 * @file Output_Managet.cidl
 * @brief This file contains the Output_Manager component implementation defination.
 */

#include "Output_Manager.idl"

module CIAO
{
  module RACE
  {
    composition session Output_Manager_Impl
    {
      home executor Output_Manager_Home_Exec
        {
          implements Output_Manager_Home;
          manages    Output_Manager_Exec;
        };
    };
  };
};


#endif /* RACE_OUTPUT_MANAGER_CIDL */