From 85e9a0df1c86c9c07879a18039c51bb1c00dea62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 24 Feb 2005 18:23:31 +0000 Subject: [PATCH] pull-in 1.3 --- org.glite.lb/project/types.T | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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);}', -- 1.8.2.3