summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3944_Regression/connector_conn.idl
blob: 2af8e4a1a9f756f6bf73a5c2e57e8057471f62bf (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$

#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