//$Id$ #ifndef RACE_OUTPUT_MANAGER_IDL #define RACE_OUTPUT_MANAGER_IDL #include module CIAO { module RACE { component Output_Manager { provides PlanEgress output; uses multiple PlanEgress adapters; }; }; };