summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl
blob: 6fdd94e698c0128f0ea2e450a415e08639411fde (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 Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_STATE_CONNECTION_TEST_SENDER_IDL
#define DDS_STATE_CONNECTION_TEST_SENDER_IDL

#include "Connector/State_Connection_Test_Connector.idl"

module State_Connection_Test
{
  component Sender
  {
    port CCM_DDS::State_ConnectionTest::DDS_Update info_update;
  };
};

#endif