summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3944_Regression/connector_inst_conn.idl
blob: 029e266aa974e585861cce5bc7f26b9a10bd33d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef CONNECTOR_INST_CONN_IDL
#define CONNECTOR_INST_CONN_IDL

#include <Components.idl>
#include "connector_conn.idl"

#pragma ciao lem "connector_inst_connE.idl"

struct Baz
{
  long a;
};

typedef sequence<Baz> BazSeq;

module Two::Foo<Baz,BazSeq> MyConnInst;

#endif