THRIFT-1713 Named and Anonymous Pipe transport (Delphi)
Patch: Jens Geyer
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1394952 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/delphi/test/client.dpr b/lib/delphi/test/client.dpr
index f12fe84..209e29d 100644
--- a/lib/delphi/test/client.dpr
+++ b/lib/delphi/test/client.dpr
@@ -25,16 +25,17 @@
uses
SysUtils,
TestClient in 'TestClient.pas',
- Thrift.Test in 'gen-delphi\Thrift.Test.pas',
- Thrift in '..\..\..\lib\delphi\src\Thrift.pas',
- Thrift.Transport in '..\..\..\lib\delphi\src\Thrift.Transport.pas',
- Thrift.Protocol in '..\..\..\lib\delphi\src\Thrift.Protocol.pas',
- Thrift.Protocol.JSON in '..\..\..\lib\delphi\src\Thrift.Protocol.JSON.pas',
- Thrift.Collections in '..\..\..\lib\delphi\src\Thrift.Collections.pas',
- Thrift.Server in '..\..\..\lib\delphi\src\Thrift.Server.pas',
- Thrift.Stream in '..\..\..\lib\delphi\src\Thrift.Stream.pas',
- Thrift.Console in '..\..\..\lib\delphi\src\Thrift.Console.pas',
- Thrift.Utils in '..\..\..\lib\delphi\src\Thrift.Utils.pas';
+ Thrift.Test, // in 'gen-delphi\Thrift.Test.pas',
+ Thrift in '..\src\Thrift.pas',
+ Thrift.Transport in '..\src\Thrift.Transport.pas',
+ Thrift.Transport.Pipes in '..\src\Thrift.Transport.Pipes.pas',
+ Thrift.Protocol in '..\src\Thrift.Protocol.pas',
+ Thrift.Protocol.JSON in '..\src\Thrift.Protocol.JSON.pas',
+ Thrift.Collections in '..\src\Thrift.Collections.pas',
+ Thrift.Server in '..\src\Thrift.Server.pas',
+ Thrift.Stream in '..\src\Thrift.Stream.pas',
+ Thrift.Console in '..\src\Thrift.Console.pas',
+ Thrift.Utils in '..\src\Thrift.Utils.pas';
var
nParamCount : Integer;