From 852fe15662332eca71f5e387281f55b0ca4f3d37 Mon Sep 17 00:00:00 2001 From: inoussa Date: Mon, 18 May 2015 18:46:08 +0000 Subject: [PATCH] Fix "DoSendAndReceive" to "protected", Thanks Michael Van Canneyt. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4141 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/synapse_http_protocol.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/wst/trunk/synapse_http_protocol.pas b/wst/trunk/synapse_http_protocol.pas index efdc547e6..0b6247762 100644 --- a/wst/trunk/synapse_http_protocol.pas +++ b/wst/trunk/synapse_http_protocol.pas @@ -69,6 +69,7 @@ Type procedure SetProxyServer(const AValue: string); procedure SetProxyUsername(const AValue: string); procedure SetSoapAction(const AValue : string); + protected procedure DoSendAndReceive(ARequest,AResponse:TStream); override; Public constructor Create();override;