summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/SecConnector/ConnectorStatusListener_TestSec_Connector.idl
blob: 3f52b57ddba13c45b7223d886f443191b98b54c8 (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
25
26
27
28
29
// $Id$

/**
 * @file ConnectorStatusListener_TestSec_Connector.idl
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef CONNECTORSTATUSLISTENER_TESTSEC_CONNECTOR_IDL_
#define CONNECTORSTATUSLISTENER_TESTSEC_CONNECTOR_IDL_

#include  <Components.idl>
#include "Base/ConnectorStatusListener_Test_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "SecConnector/ConnectorStatusListener_TestSec_ConnectorE.idl"

module CCM_DDS
{
  module ::CCM_DDS::Typed < ::TestSecondTopic, ::TestSecondTopic_Seq> TestSecondTopic;
};

module ConnectorStatusListener_Test
{
  connector ConnectorStatusListener_TestSec_Connector : ::CCM_DDS::TestSecondTopic::DDS_Event
  {
  };
};

#endif /* ConnectorStatusListener_CONNECTOR_IDL_ */