From: Aleš Křenek Date: Thu, 24 Feb 2005 18:23:31 +0000 (+0000) Subject: pull-in 1.3 X-Git-Tag: glite-lb_R_1_0_1~113 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=85e9a0df1c86c9c07879a18039c51bb1c00dea62;p=jra1mw.git pull-in 1.3 --- diff --git a/org.glite.lb/project/types.T b/org.glite.lb/project/types.T index ccabc74..14d83c0 100644 --- a/org.glite.lb/project/types.T +++ b/org.glite.lb/project/types.T @@ -26,9 +26,25 @@ logsrc=>'"int"', port=>'"int"', int=>'"int"' + }, + 'wsdl'=>{ + bool=>'"xsd:boolean"', + string=>'"xsd:string"', + int=>'"xsd:int"', + jobid=>'"xsd:string"', + jobstat=>'"jobStatus"', + usertag=>'"tagValue"', + timeval=>'"timeval"', } ); +%baseTypes = ( + intlist=>'int', + strlist=>'string', + stslist=>'jobstat', + taglist=>'usertag' +); + %toString = ( C=>{ int=>'qq{asprintf(&$dst,"%d",$src);}',