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

/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_EVENT_MEMLEAKDETECTION_TEST_SENDER_IDL
#define DDS_EVENT_MEMLEAKDETECTION_TEST_SENDER_IDL

#include "Connector/Event_MemLeakDetection_Test_Connector.idl"

module Event_MemLeakDetection_Test
{
  component Sender
  {
    port Event_MemLeakDetectionConnector::DDS_Write info_write;
  };
};

#endif