summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ShapesSender_comp/src/Shapes_Sender_comp.idl
blob: bbf97849719852d05e4517a93df2e27055475ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#ifndef SHAPES_SENDER_COMP_IDL_
#define SHAPES_SENDER_COMP_IDL_

#include "Shapes_conn.idl"
#include "Shapes_Control_obj.idl"

module Shapes
{
  component Sender_comp
  {
    port ShapesConnector::DDS_Write info_write;

    provides Shapes::Control_obj control;
  };
};

#endif /* SHAPES_SENDER_COMP_IDL_ */