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

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * 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 SL_DisabledConnector::DDS_Update test_topic_update;
  };
};

#endif