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