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

/**
 * @file Event_Connection_Test_Connector.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef KEYED_TEST_CONNECTOR_IDL_
#define KEYED_TEST_CONNECTOR_IDL_

#include <Components.idl>
#include <ccm_dds.idl>

#include "Base/Event_Connection_Test_Base.idl"

#pragma ciao lem "Connector/Event_Connection_Test_ConnectorE.idl"

module ::CCM_DDS::Typed < ::Event_ConnectionTest, ::Event_ConnectionTestSeq> Event_ConnectionConnector;

#endif /* Event_Connection_Test_CONNECTOR_IDL_ */