[Gambas-user] RpcClient patch

Ron ron at ...1740...
Sun Apr 14 12:02:39 CEST 2013


In gb.xml.rpc client code the RpcMethod_Read value is incorrectly filled.
This results in error when displaying RpcClient variables, see screenshot.

gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.src/RpcClient.class:

BAD:

Function RpcMethod_Read() As RpcFunction

  Return RpcFunction

End


GOOD/BETTER:

Function RpcMethod_Read() As RpcFunction

  Return Method

End

Regards,
Ron_2nd.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Type Mismatch.png
Type: image/png
Size: 24122 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20130414/5884f545/attachment.png>


More information about the User mailing list