summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3944_Regression/connector_conn.idl
blob: f249de3013ae6e2c6d20d5c702635a7c84e45503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef CONNECTOR_CONN_IDL
#define CONNECTOR_CONN_IDL

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

#pragma ciao lem "connector_connE.idl"
#pragma dds4ccm impl "connector_event_t.h"

module Two
{
  module Foo <typename T, sequence<T> TSeq>
  {
     connector MyConn : One::Foo::MyBaseEvent
     {
     };
  };
};

#endif