summaryrefslogtreecommitdiff
path: root/Plan_Analyzer/Interface/PlanIngress.idl
blob: 1197db6b5151693b9bdd0e07f9e9fcfe7518827f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//PlanIngress.idl,v 1.1 2005/09/06 19:57:22 wotte Exp
#ifndef RACE_PLAN_INGRESS_IDL
#define RACE_PLAN_INGRESS_IDL

#include "ciao/Packaging_Data.idl"
#include "RACE/common/RACE_common.idl"
module CIAO
{
  module RACE
  {
    interface PlanIngress
    {
//       void analyze_plan (in Deployment::DeploymentPlan plan,
//                          in Deployment::PackageConfiguration package);
      void analyze_plan (in Plan_Actions foo);
    };
  };
};

#endif /* RACE_PLAN_INGRESS_IDL */