summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsState/Sender/VTopics_Sender.idl
blob: 7e076f1a791bb4e717f67ba5b7e4dc93e7883cbc (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_VTOPICS_SENDER_IDL
#define DDS_VTOPICS_SENDER_IDL

#include "Connector/VTopics_Connector.idl"

module VTopics
{
  component Sender
  {
    port TestTopicConnector::DDS_Update info_write;
    provides CCM_DDS::ConnectorStatusListener connector_status;
  };
};

#endif