summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Gizmo1_Low/Gizmo1_Low.cidl
blob: 36b61d835e59f05e1b970c4d499cbd5de23d64c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- CIDL -*-

// This file was generated by
// $Id$

#ifndef _GIZMO1_LOW_CIDL_
#define _GIZMO1_LOW_CIDL_

#include "Gizmo1_Low.idl"

composition session Gizmo1_Low
{
  home executor Gizmo1_Low_Factory_Exec
  {
    implements SPACE::Gizmo1_Low_Factory;
    manages Gizmo1_Low_Exec;
  };
};

#endif  // !defined _GIZMO1_LOW_CIDL_