summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
blob: 7ad88444a52a73e1ef8822f3773e9bcd89902b4b (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
//$Id$
#ifndef RACE_PLANNER_MANAGER_I_IDL
#define RACE_PLANNER_MANAGER_I_IDL

#ifndef INCLUDED_DEPLOYMENT_DATA
#define INCLUDED_DEPLOYMENT_DATA
#include "Deployment_DeploymentPlan.idl"
#endif

#include "../../common/RACE_common.idl"

module CIAO
{
  module RACE
  {
    interface Planner_Manager_I
    {
      void execute_planners (in Deployment::DeploymentPlan plan,
                             in PlannerFlow flow);
    };
  };
};

#endif /* RACE_PLANNER_MANAGER_I_IDL */