// $Id$ /** * @file * @author Marijke Hengstmengel * * by-hand idl3 translation of sender components. */ #ifndef DDS_CSL_QOSTEST_SENDER_IDL #define DDS_CSL_QOSTEST_SENDER_IDL #include "Connector/CSL_QoSTest_Connector.idl" module CSL_QoSTest { component Sender { provides CCM_DDS::ConnectorStatusListener test_topic_connector_status; }; }; #endif