summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Sender/State_MemLeakDetection_Test_Sender.idl
blob: b0da02cc82874e5ef64f5b686532a146d7a41022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_STATE_MEMLEAKDETECTION_TEST_SENDER_IDL
#define DDS_STATE_MEMLEAKDETECTION_TEST_SENDER_IDL

#include "Connector/State_MemLeakDetection_Test_Connector.idl"

module State_MemLeakDetection_Test
{
  component Sender
  {
    port State_MemLeakDetectionTestConnector::DDS_Update info_update;
  };
};

#endif