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

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

#ifndef PSL_SampleLost_CONNECTOR_IDL_
#define PSL_SampleLost_CONNECTOR_IDL_

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

#pragma ciao lem "Connector/PSL_SampleLost_ConnectorE.idl"

module PSL_SampleLost
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> PSL_SampleLostConnector;
};

#endif /* PSL_SampleLost_CONNECTOR_IDL_ */