summaryrefslogtreecommitdiff
path: root/TAO/CIAO/RACE/Planners/Interface/Planner_I.idl
blob: 8c8fc9a61946f4e21279ff051b7123c5df474221 (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_Data.idl"
#endif

module CIAO
{

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

#endif /* RACE_PLANNER_I_IDL */