summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/PlanGenerator/PlanGenerator.cidl
blob: 9ceb659e753156b6897cb266c2159f1cfd51db76 (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
//PlanGenerator.cidl,v 1.1 spaunov Exp
//Author: Stoyan Paunov
//$Id$

#ifndef RACE_PLAN_GENERATOR_INPUT_ADAPTER_CIDL
#define RACE_PLAN_GENERATOR_INPUT_ADAPTER_CIDL

#include "PlanGenerator.idl"

module CIAO
{
  module RACE
  {
    composition session PlanGenerator_Impl
    {
      home executor PlanGenerator_Home_Exec
        {
          implements RACE::PlanGenerator_Home;
          manages    PlanGenerator_Exec;
        };
    };
  };
};


#endif /* RACE_PLAN_GENERATOR_INPUT_ADAPTER_CIDL */