Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0164040
)
* THRIFT-2195: added default argument for enhanced compatbility
author
Jens Geyer
<jensg@apache.org>
Thu, 26 Sep 2013 21:37:54 +0000
(23:37 +0200)
committer
Jens Geyer
<jensg@apache.org>
Thu, 26 Sep 2013 21:37:54 +0000
(23:37 +0200)
Patch: Jens Geyer
lib/delphi/src/Thrift.Protocol.pas
patch
|
blob
|
history
diff --git
a/lib/delphi/src/Thrift.Protocol.pas
b/lib/delphi/src/Thrift.Protocol.pas
index
5618d6f
..
7ae8e34
100644
(file)
--- 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;
\r