From: Jens Geyer Date: Thu, 26 Sep 2013 21:37:54 +0000 (+0200) Subject: * THRIFT-2195: added default argument for enhanced compatbility X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d430bbdc8148558cb30a2db4931dc3e19405a578;p=common%2Fthrift.git * THRIFT-2195: added default argument for enhanced compatbility Patch: Jens Geyer --- diff --git a/lib/delphi/src/Thrift.Protocol.pas b/lib/delphi/src/Thrift.Protocol.pas index 5618d6f8..7ae8e347 100644 --- a/lib/delphi/src/Thrift.Protocol.pas +++ b/lib/delphi/src/Thrift.Protocol.pas @@ -530,7 +530,7 @@ type IProcessor = interface ['{7BAE92A5-46DA-4F13-B6EA-0EABE233EE5F}'] - function Process( const iprot :IProtocol; const oprot: IProtocol; const events : IProcessorEvents): Boolean; + function Process( const iprot :IProtocol; const oprot: IProtocol; const events : IProcessorEvents = nil): Boolean; end;