summaryrefslogtreecommitdiff
path: root/TAO/CIAO/RACE/Planners/Base/Planner.idl
blob: 5fc58c5cc1cb3e99894ab5f9427819c0a561ff13 (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 */