summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Connector.idl
blob: 06a0b4e6a691eff676bea31ffac6f0715147bf10 (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
// $Id$

/**
 * @file NonTopic_Connector.idl
 * @author
 */

#ifndef NT_CONNECTOR_IDL_
#define NT_CONNECTOR_IDL_

#include <Components.idl>

#include "NonTopic_Base.idl"
#include "nontopic_test.idl"

#pragma ciao lem "NonTopic_ConnectorE.idl"

module Typed_NonTopic_Test_1< ::X,::Y,::testEnum, ::XSeq,::YSeq, testEnumSeq> Xtest_1;
module Typed_NonTopic_Test_2< ::testUnion,::Z, ::testUnionSeq,::ZSeq> Xtest_2;
module Typed_NonTopic_Test_2< ::testSeq,::testArray, ::testSeqSeq,::testArraySeq> Xtest_3;

#endif /* NONTOPIC_CONNECTOR_IDL_ */