summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Planners/Interface/Planner_I.idl
blob: 954a61f526935647f5e11c6e0a1ba62262ba5b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
#ifndef RACE_PLANNER_I_IDL
#define RACE_PLANNER_I_IDL

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

module CIAO
{

  module RACE
  {
    interface Planner_I
    {
      boolean process_plan (inout Deployment::DeploymentPlan plan);
    };
  };
};

#endif /* RACE_PLANNER_I_IDL */