summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl
blob: cd42287f4d231d7f1f6613cf3ff0522b3c71e8e8 (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_EGRESS_IDL
#define RACE_PLAN_EGRESS_IDL

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

module CIAO
{
  
  module RACE
  {
    interface PlanEgress
    {
      boolean output_plan (in Deployment::DeploymentPlan plan);
    };
  };
};

#endif /* RACE_PLAN_EGRESS_IDL */