summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Plan_Analyzer/Interface/PlanIngress.idl
blob: 1074b4f4da3a856932b496e94697fa5c14fc13a3 (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_PLAN_INGRESS_IDL
#define RACE_PLAN_INGRESS_IDL

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

module CIAO
{
  module RACE
  {
    interface PlanIngress
    {
      void analyze_plan (in Deployment::DeploymentPlan plan);
    };
  };
};


#endif /* RACE_PLAN_INGRESS_IDL */