summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/common/RACE_common.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/RACE/common/RACE_common.idl')
-rw-r--r--modules/CIAO/RACE/common/RACE_common.idl17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/CIAO/RACE/common/RACE_common.idl b/modules/CIAO/RACE/common/RACE_common.idl
new file mode 100644
index 00000000000..ec712c402e9
--- /dev/null
+++ b/modules/CIAO/RACE/common/RACE_common.idl
@@ -0,0 +1,17 @@
+//$Id$
+#ifndef RACE_COMMON_IDL
+#define RACE_COMMON_IDL
+
+#include "tao/StringSeq.pidl"
+
+module CIAO
+{
+ module RACE
+ {
+ typedef string RACE_Classification;
+ typedef sequence <RACE_Classification> RACE_Classifications;
+ typedef CORBA::StringSeq PlannerFlow;
+ };
+};
+
+#endif /* RACE_COMMON_IDL */