00001 #ifndef _RTSCNDDATASTREAMNAMES_H_ 00002 #define _RTSCNDDATASTREAMNAMES_H_ 00003 00004 #include "rtsDbConstants.h" 00005 00006 struct rtsCndDataStreamNames 00007 { 00009 00010 // 10/04 - replace indexing with hash 00011 //int idx_rn; 00012 unsigned int hash; 00013 00014 int idx_stream; 00016 00017 char dataStreamNames[DB_MAX_STR_LEN]; 00018 }; 00019 00020 #endif
1.5.9