00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef OPENDDS_DCPS_CONDITIONSEQ_IDL 00009 #define OPENDDS_DCPS_CONDITIONSEQ_IDL 00010 00011 module DDS { 00012 local interface Condition; 00013 typedef sequence<Condition> ConditionSeq; 00014 }; 00015 00016 #endif /* OPENDDS_DCPS_CONDITIONSEQ_IDL */