summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
blob: 560a2ad92b1fac3634ae46715e02c82e206c7d1e (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_Data.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 */