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

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

#ifndef RG_RESETTOPIC_CONNECTOR_IDL_
#define RG_RESETTOPIC_CONNECTOR_IDL_

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

#include "Base/RG_ResetTopic_Base.idl"

#pragma ciao lem "Connector/RG_ResetTopic_ConnectorE.idl"

module RG_ResetTopic
{
  module ::CCM_DDS::Typed < ::RG_ResetTopicSample, ::RG_ResetTopicSampleSeq> RG_ResetTopicSampleConnector;
};

#endif /* RG_ResetTopic_CONNECTOR_IDL_ */