summaryrefslogtreecommitdiff
path: root/SA_POP/examples/Space/source/Gizmo2_High/Gizmo2_High.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/examples/Space/source/Gizmo2_High/Gizmo2_High.cidl')
-rw-r--r--SA_POP/examples/Space/source/Gizmo2_High/Gizmo2_High.cidl20
1 files changed, 0 insertions, 20 deletions
diff --git a/SA_POP/examples/Space/source/Gizmo2_High/Gizmo2_High.cidl b/SA_POP/examples/Space/source/Gizmo2_High/Gizmo2_High.cidl
deleted file mode 100644
index 8de97787a59..00000000000
--- a/SA_POP/examples/Space/source/Gizmo2_High/Gizmo2_High.cidl
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- 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_