summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.idl
blob: 17ab6de4f4d3fa4518592a066b3f7c1dbe87e541 (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
25
26
27
// $Id$

/**
 * @file Shapes_Connector.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef SHAPES_CONNECTOR_IDL_
#define SHAPES_CONNECTOR_IDL_

#include  <Components.idl>
#include "Base/Shapes_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "Connector/Shapes_ConnectorE.idl"

module Shapes
{
  module ::CCM_DDS::Typed < ::ShapeType, ::ShapeType_Seq> ShapeTypeConn;
  connector Shapes_Connector : ShapeTypeConn::DDS_Event
  {
  };
};

#endif /* SHAPES_CONNECTOR_IDL_ */