summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-27 22:54:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-27 22:54:30 +0000
commite920281dafddecba433d9548012c32d3d9f007e6 (patch)
treee0d1ceaf61f66b35952a6c1d9f929ee79d185999
parentcfa47f8fee622b7355d4eb858dde4baa1f847b8f (diff)
downloadATCD-e920281dafddecba433d9548012c32d3d9f007e6.tar.gz
ChangeLogTag: Tue May 27 17:44:36 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ciao/Components.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/CIAO/ciao/Components.idl b/TAO/CIAO/ciao/Components.idl
new file mode 100644
index 00000000000..3846f59685b
--- /dev/null
+++ b/TAO/CIAO/ciao/Components.idl
@@ -0,0 +1,15 @@
+// $Id$
+
+/**
+ * @@ This file is included in the generated executor
+ * mapping IDL file, and for now just includes
+ * CCM_Container.idl.
+ */
+
+#if !defined (CIAO_COMPONENTS_IDL)
+#define CIAO_COMPONENTS_IDL
+
+#include "CCM_Container.idl"
+
+#endif /* CIAO_COMPONENTS_IDL */
+