summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Gizmo2_High/Gizmo2_High.cidl
blob: 8de97787a5925fcb6e1c4879a4c842d4945b837b (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 _GIZMO2_HIGH_CIDL_
#define _GIZMO2_HIGH_CIDL_

#include "Gizmo2_High.idl"

composition session Gizmo2_High
{
  home executor Gizmo2_High_Factory_Exec
  {
    implements SPACE::Gizmo2_High_Factory;
    manages Gizmo2_High_Exec;
  };
};

#endif  // !defined _GIZMO2_HIGH_CIDL_