// $Id$ /** * @file * @author Marijke Hengstmengel * * by-hand idl3 translation of sender components. */ #ifndef DDS_SL_DISABLED_SENDER_IDL #define DDS_SL_DISABLED_SENDER_IDL #include "Connector/SL_Disabled_Connector.idl" module SL_Disabled { component Sender { port CCM_DDS::TestTopic::DDS_Update test_topic_update; }; }; #endif