// $Id$ #ifndef RACE_PLANNER_I_IDL #define RACE_PLANNER_I_IDL #ifndef INCLUDED_DEPLOYMENT_DATA #define INCLUDED_DEPLOYMENT_DATA #include "Deployment_DeploymentPlan.idl" #endif module CIAO { module RACE { interface Planner_I { boolean process_plan (inout Deployment::DeploymentPlan plan); }; }; }; #endif /* RACE_PLANNER_I_IDL */