summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Ground/UAV_GSEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/UAV/Ground/UAV_GSEI.idl')
-rw-r--r--TAO/CIAO/examples/UAV/Ground/UAV_GSEI.idl30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/UAV/Ground/UAV_GSEI.idl b/TAO/CIAO/examples/UAV/Ground/UAV_GSEI.idl
new file mode 100644
index 00000000000..97e684ffef1
--- /dev/null
+++ b/TAO/CIAO/examples/UAV/Ground/UAV_GSEI.idl
@@ -0,0 +1,30 @@
+// $Id$
+
+/**
+ * @file UAV_GSEI.idl
+ *
+ * Definition of the UAV_GS component implementation.
+ *
+ * @author George Edwards <g.edwards@vanderbilt.edu>
+ */
+
+#ifndef CIAO_UAV_GSI_IDL
+#define CIAO_UAV_GSI_IDL
+
+#include "UAV_GSE.idl"
+
+module BBN_UAV
+{
+ /**
+ * @interface UAV_GS_Exec
+ *
+ */
+ local interface UAV_GS_Exec :
+ CCM_UAV_GS,
+ Components::SessionComponent
+ {
+ };
+
+};
+
+#endif /* CIAO_UAV_GSI_IDL*/