summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Backup_Gizmo_High/Backup_Gizmo_High.cidl
blob: 87d82b5627b9b3823abc004af46e553f639c9a86 (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 _BACKUP_GIZMO_HIGH_CIDL_
#define _BACKUP_GIZMO_HIGH_CIDL_

#include "Backup_Gizmo_High.idl"

composition session Backup_Gizmo_Low
{
  home executor Backup_Gizmo_High_Factory_Exec
  {
    implements SPACE::Backup_Gizmo_High_Factory;
    manages Backup_Gizmo_High_Exec;
  };
};

#endif  // !defined _BACKUP_GIZMO_HIGH_CIDL_