summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Getter/Connector/Getter_Test_Connector.idl
blob: 62b25c82de07923d18456f2c0134c1675c4cb207 (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
30
// $Id$

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

#ifndef GETTER_TEST_CONNECTOR_IDL_
#define GETTER_TEST_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/Getter_Test_ConnectorE.idl"

module Getter_Test
{
  module ::CCM_DDS::Typed < ::GetterTest, ::GetterTestSeq> GetterTestConn;
  connector Getter_Test_Connector : GetterTestConn::DDS_Event
  {
  };

  module ::CCM_DDS::Typed < ::GetterFixed, ::GetterFixedSeq> GetterFixedConn;
  connector Getter_Fixed_Connector : GetterFixedConn::DDS_Event
  {
  };
};

#endif /* GETTER_TEST_CONNECTOR_IDL_ */