- Timestamp:
- Dec 3, 2013, 4:52:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.c
r446 r449 1354 1354 if(tmp0!=NULL && strncmp(tmp0->value,"true",4)==0) 1355 1355 printIOType(doc,nc,ns,ns_ows,ns_xlink,scursor,mcursor,"Output"); 1356 } 1356 }else 1357 /** 1358 * In case there was no definition found in the ZCFG file but 1359 * present in the service code 1360 */ 1361 printIOType(doc,nc,ns,ns_ows,ns_xlink,scursor,mcursor,"Output"); 1357 1362 mcursor=mcursor->next; 1358 1363 }
Note: See TracChangeset
for help on using the changeset viewer.