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

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_VTOPICS_SENDER_IDL
#define DDS_VTOPICS_SENDER_IDL

#include "Connector/VTopics_Connector.idl"

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

#endif