summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.cidl
blob: b283dced00fb2a6c3f22534c3259bf9487b5650e (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 _PRIMARY_GIZMO_CIDL_
#define _PRIMARY_GIZMO_CIDL_

#include "Primary_Gizmo.idl"

composition session Primary_Gizmo
{
  home executor Primary_Gizmo_Factory_Exec
  {
    implements SPACE::Primary_Gizmo_Factory;
    manages Primary_Gizmo_Exec;
  };
};

#endif  // !defined _PRIMARY_GIZMO_CIDL_