summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Backup_Gizmo_Low/Backup_Gizmo_Low.cidl
blob: 6e646899c96266f6f5bbd7b16b7163377a04d38e (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_LOW_CIDL_
#define _BACKUP_GIZMO_LOW_CIDL_

#include "Backup_Gizmo_Low.idl"

composition session Backup_Gizmo_Low
{
  home executor Backup_Gizmo_Low_Factory_Exec
  {
    implements SPACE::Backup_Gizmo_Low_Factory;
    manages Backup_Gizmo_Low_Exec;
  };
};

#endif  // !defined _BACKUP_GIZMO_LOW_CIDL_