THRIFT-1485 Performance: pass large and/or refcounted arguments as "const"
authorRoger Meier <roger@apache.org>
Sun, 8 Jan 2012 21:51:08 +0000 (21:51 +0000)
committerRoger Meier <roger@apache.org>
Sun, 8 Jan 2012 21:51:08 +0000 (21:51 +0000)
commit333bbf3d8899a6a0e8971ed7abb10f51b4fc7867
tree8df4f544f44ff3e6cefecf0ec45ed09a10b9ca4a
parent77e1e629131228cdeda3b740ef4cbf27a7af886b
THRIFT-1485 Performance: pass large and/or refcounted arguments as "const"
Patch: Jens Geyer

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1228965 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_delphi_generator.cc
lib/delphi/src/Thrift.Collections.pas
lib/delphi/src/Thrift.Protocol.JSON.pas
lib/delphi/src/Thrift.Protocol.pas
lib/delphi/src/Thrift.Server.pas
lib/delphi/src/Thrift.Stream.pas
lib/delphi/src/Thrift.Transport.pas
lib/delphi/src/Thrift.pas
lib/delphi/test/TestClient.pas
lib/delphi/test/TestServer.pas