summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planners/Base/Planner.idl
blob: ae81074d5e7d2bdc4500f6beec8bdedb7b74abf4 (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_IDL
#define RACE_PLANNER_IDL

#include <Components.idl>
#include "../Interface/Planner_I.idl"
#include "../../common/RACE_common.idl"

module CIAO
{
  
  module RACE
  {
    component Planner
    {
      provides Planner_I planner_i;
      attribute string name;
      attribute RACE_Classification type;
    };
  };
  
};

#endif /* RACE_PLANNER_IDL */