summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp.idl
blob: de2946a8d7f02e096e2257e864995d184b51753f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SHAPES_RECEIVER_COMP_IDL_
#define SHAPES_RECEIVER_COMP_IDL_

#include "Shapes_ShapeType_conn.idl"

module Shapes
{
  component Receiver_comp
  {
    port ShapeType_conn::DDS_Listen info_out;
  };
};

#endif /* SHAPES_RECEIVER_COMP_IDL_ */