[Gambas-user] Small typos in XMLRPC code
Ron
ron at ...1740...
Fri Aug 24 11:52:10 CEST 2012
gambas/2.0/gb.xml/src/rpc/gb.xml.rpc:
RpcClient.class: IF ME.Mode = RpcClient.httpAsync THEN RAISE
BadReply("Unable to contact with server, or bad reply from server")
RpcClient.class: Error.Raise("Unable to contact with server, or bad
reply from server")
gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.src:
RpcClient.class: If Me.Mode = RpcClient.httpAsync Then Raise
BadReply("Unable to contact with server, or bad reply from server")
RpcClient.class: Error.Raise("Unable to contact with server, or bad
reply from server")
"Unable to contact the server, or bad reply from server"
Is better English I guess...
Regards,
Ron_2nd.
More information about the User
mailing list