From: gggeek Date: Sat, 2 Jan 2021 15:17:57 +0000 (+0000) Subject: comments X-Git-Tag: plcapi-7.1-0~3^2~70 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=636d3e1dd4241f612155ff4c96115a0b1a366303;hp=410c018e5398fd52cf67dba20cb22f25c4e36517;p=plcapi.git comments --- diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 77385af..7e03834 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -88,6 +88,9 @@ $GLOBALS['xmlrpc_backslash'] = chr(92).chr(92); /* Expose with the old names the classes which have been namespaced */ +/** + * @todo reinstate access to method serializedata ? + */ class xmlrpcval extends Value { /** @@ -155,6 +158,9 @@ class xmlrpcval extends Value } } +/** + * @todo reinstate access to method parseResponseHeaders ? + */ class xmlrpcmsg extends Request { } @@ -163,6 +169,9 @@ class xmlrpcresp extends Response { } +/** + * @todo reinstate access to methods sendPayloadHTTP10, sendPayloadHTTPS, sendPayloadCURL, _try_multicall ? + */ class xmlrpc_client extends Client { }