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

#ifndef SHAPES_CONTROL_IDL_
#define SHAPES_CONTROL_IDL_

#include "Shapes_defn.idl"

#pragma ciao lem "Shapes_Control_objE.idl"

module Shapes
{
  interface Control_obj
  {
    ReturnStatus setSize (in unsigned short size);
    ReturnStatus setLocation (in unsigned short x,
                              in unsigned short y);
  };
};

#endif /* SHAPES_CONTROL_IDL_ */