comparison soap.cpp @ 316:25572f1bd37f large_adb

Adding large_adb support (up to 1M tracks)
author mas01mc
date Tue, 19 Aug 2008 14:27:21 +0000
parents b671a46873c2
children b9eff6896943
comparison
equal deleted inserted replaced
315:d2c56d4f841e 316:25572f1bd37f
124 strncpy(queryType, "point", strlen("point")); 124 strncpy(queryType, "point", strlen("point"));
125 else if (qType == O2_SEQUENCE_QUERY) 125 else if (qType == O2_SEQUENCE_QUERY)
126 strncpy(queryType, "sequence", strlen("sequence")); 126 strncpy(queryType, "sequence", strlen("sequence"));
127 else if(qType == O2_TRACK_QUERY) 127 else if(qType == O2_TRACK_QUERY)
128 strncpy(queryType,"track", strlen("track")); 128 strncpy(queryType,"track", strlen("track"));
129 else if(qType == O2_N_SEQUENCE_QUERY)
130 strncpy(queryType,"nsequence", strlen("nsequence"));
129 else 131 else
130 strncpy(queryType, "", strlen("")); 132 strncpy(queryType, "", strlen(""));
131 133
132 if(pointNN==0) 134 if(pointNN==0)
133 pointNN=10; 135 pointNN=10;