summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.idl
blob: 59e92a72a3731460459be8ae485fa6eebdf1987d (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 Home_Connector.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef HOMET_CONNECTOR_IDL_
#define HOMET_CONNECTOR_IDL_

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

#include "Base/HomeT_Base.idl"

#pragma ciao lem "Connector/HomeT_ConnectorE.idl"

module ::CCM_DDS::Typed < ::HomeTest, ::HomeTestSeq> HomeCompTest;

#endif /* HOMET_CONNECTOR_IDL_ */