summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Connector/CoherentUpdate_Test_Connector.idl
blob: 3d446b66a3dc6536b7f56be445ad6be6e0da8f42 (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
// $Id$

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

#ifndef COHERENT_UPDATE_TEST_CONNECTOR_IDL_
#define COHERENT_UPDATE_TEST_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/CoherentUpdate_Test_ConnectorE.idl"

module CoherentUpdate_Test
{
  module ::CCM_DDS::Typed < ::CoherentUpdateTest, ::CoherentUpdateTestSeq> CoherentUpdateTestConn;
  connector CoherentUpdate_Test_Connector : CoherentUpdateTestConn::DDS_State
  {
  };
};

#endif /* CoherentUpdate_TestCONNECTOR_IDL_ */