// $Id$ #ifndef CONNECTOR_CONN_IDL #define CONNECTOR_CONN_IDL #include #include "base_connector_conn.idl" #pragma ciao lem "connector_connE.idl" #pragma dds4ccm impl "connector_event_t.h" module Two { module Foo TSeq> { connector MyConn : One::Foo::MyBaseEvent { }; }; }; #endif