summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.idl')
-rw-r--r--CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.idl22
1 files changed, 22 insertions, 0 deletions
diff --git a/CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.idl b/CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.idl
new file mode 100644
index 00000000000..b44af6122d5
--- /dev/null
+++ b/CIAO/examples/space/Primary_Gizmo/Primary_Gizmo.idl
@@ -0,0 +1,22 @@
+
+#ifndef PRIMARY_GIZMO_IDL
+#define PRIMARY_GIZMO_IDL
+
+#include <Components.idl>
+#include "Event_Types.idl"
+
+module SPACE
+{
+ component Primary_Gizmo
+ {
+ emits Gizmo_Data observation_data;
+ };
+
+ home Primary_Gizmo_Factory
+ manages Primary_Gizmo
+ {
+ };
+};
+
+#endif // PRIMARY_GIZMO_IDL
+