commit | fad7fd3e5a850c0f4bf57e7370fad359d575fdc6 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat Nov 09 23:24:52 2019 +0100 |
committer | Jens Geyer <jensg@apache.org> | Wed Nov 13 09:34:58 2019 +0100 |
tree | c92cb9fb6ad206d1a00a64236c331b80e812f06b | |
parent | 9f11c1e545a9aa0db076e9b5be9b7e397e594f4a [diff] [blame] |
THRIFT-5005 Refactoring of the Delphi libs [ci skip] Client: Delphi Patch: Jens Geyer
diff --git a/lib/delphi/src/Thrift.Protocol.Multiplex.pas b/lib/delphi/src/Thrift.Protocol.Multiplex.pas index 93a3838..e5e0cd9 100644 --- a/lib/delphi/src/Thrift.Protocol.Multiplex.pas +++ b/lib/delphi/src/Thrift.Protocol.Multiplex.pas
@@ -54,7 +54,7 @@ { Used to delimit the service name from the function name } SEPARATOR = ':'; - private + strict private FServiceName : String; public