summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SLDisabled/Sender/SL_Disabled_Sender.idl
blob: a9f1efb9676df04b6502db4cb2cade1684f2029e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

/**
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef DDS_SL_DISABLED_SENDER_IDL
#define DDS_SL_DISABLED_SENDER_IDL

#include "Connector/SL_Disabled_Connector.idl"

module SL_Disabled
{
  component Sender
  {
    port SL_DisabledConnector::DDS_Update test_topic_update;
    provides CCM_DDS::ConnectorStatusListener connector_status;
  };
};

#endif