git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ad960
)
wsdl & co generation
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 24 Feb 2005 18:21:48 +0000
(18:21 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 24 Feb 2005 18:21:48 +0000
(18:21 +0000)
org.glite.lb/project/types.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/project/types.T
b/org.glite.lb/project/types.T
index
ccabc74
..
14d83c0
100644
(file)
--- 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);}',