diff options
author | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-29 21:10:39 +0000 |
---|---|---|
committer | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-29 21:10:39 +0000 |
commit | e7b830ab561638ed25822054be80ce12e8801d38 (patch) | |
tree | a5b9aa16924c541fcb424ee9460b1ac7f5a89352 /modules/CIAO/RACE/common/RACE_common.idl | |
parent | 9b720f395833b3ce2f499463e5fed37a0da926f4 (diff) | |
download | ATCD-DiffServ-Merge.tar.gz |
branching/taggingDiffServ-Merge
Diffstat (limited to 'modules/CIAO/RACE/common/RACE_common.idl')
-rw-r--r-- | modules/CIAO/RACE/common/RACE_common.idl | 17 |
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 */ |