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

#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_ */