summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/NoModule/NoModule_Connector.idl
blob: 1826d617ae5f276a068acf3c46682933a091e402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef NOMODULE_CONNECTOR_IDL
#define NOMODULE_CONNECTOR_IDL

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

#include "NoModule.idl"

#pragma ciao lem "NoModule_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "NoModuleTypeSupport.idl"
#endif

module ::CCM_DDS::Typed < ::NoModuleType, ::NoModuleTypeSeq> NoModuleTypeConnector;

#endif