summaryrefslogtreecommitdiff
path: root/Plan_Analyzer/Interface/PlanIngress.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Plan_Analyzer/Interface/PlanIngress.idl')
-rw-r--r--Plan_Analyzer/Interface/PlanIngress.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/Plan_Analyzer/Interface/PlanIngress.idl b/Plan_Analyzer/Interface/PlanIngress.idl
new file mode 100644
index 00000000000..1197db6b515
--- /dev/null
+++ b/Plan_Analyzer/Interface/PlanIngress.idl
@@ -0,0 +1,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 */