mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Fixed java wrapper time type
This commit is contained in:
parent
6e734e6b0b
commit
7099bab3eb
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ class JavaTranslator(object):
|
|||
return 'float'
|
||||
elif _type.name == 'size':
|
||||
return 'int'
|
||||
elif _type.name == 'time':
|
||||
return 'long'
|
||||
elif _type.name == 'status':
|
||||
if native:
|
||||
return 'int'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue