- Timestamp:
- Jul 27, 2011, 4:44:53 AM (13 years ago)
- Location:
- trunk/zoo-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-kernel/service_internal.c
r282 r283 1036 1036 1037 1037 _tmp=e->supported; 1038 if(_tmp==NULL && datatype==0)1038 if(_tmp==NULL) 1039 1039 _tmp=e->defaults; 1040 1040 -
trunk/zoo-kernel/zoo_service_loader.c
r282 r283 1165 1165 fprintf(stderr,"REFERENCE\n"); 1166 1166 #endif 1167 const char *refs[5]; 1168 refs[0]="mimeType"; 1169 refs[1]="encoding"; 1170 refs[2]="schema"; 1171 refs[3]="method"; 1172 refs[4]="href"; 1167 const char *refs[5]={"mimeType","encoding","schema","method","href"}; 1173 1168 for(int l=0;l<5;l++){ 1174 1169 #ifdef DEBUG … … 1530 1525 * storeExecuteResponse, lineage, status 1531 1526 */ 1532 const char *ress[3]; 1533 ress[0]="storeExecuteResponse"; 1534 ress[1]="lineage"; 1535 ress[2]="status"; 1527 const char *ress[3]={"storeExecuteResponse","lineage","status"}; 1536 1528 xmlChar *val; 1537 1529 for(int l=0;l<3;l++){ … … 1604 1596 * mimeType, encoding, schema, uom, asReference 1605 1597 */ 1606 const char *outs[5]; 1607 outs[0]="mimeType"; 1608 outs[1]="encoding"; 1609 outs[2]="schema"; 1610 outs[3]="uom"; 1611 outs[4]="asReference"; 1598 const char *outs[5]={"mimeType","encoding","schema","uom","asReference"}; 1612 1599 for(int l=0;l<5;l++){ 1613 1600 #ifdef DEBUG
Note: See TracChangeset
for help on using the changeset viewer.