From a9ec4e0fa7482ed52a04a275cc382d11746c907a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 24 Feb 2005 18:21:48 +0000 Subject: [PATCH] wsdl & co generation --- 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