From 79e41b817e59615ce03910e104e18e300a9204d4 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Wed, 7 Feb 2007 04:07:07 +0000 Subject: [PATCH] Update test code with TPipedTransport Reviewed By: tbr-aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664989 13f79535-47bb-0310-9956-ffa450edef68 --- test/cpp/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/cpp/src/main.cpp b/test/cpp/src/main.cpp index 266d6b67..235f21a4 100644 --- a/test/cpp/src/main.cpp +++ b/test/cpp/src/main.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include @@ -358,7 +357,7 @@ int main(int argc, char **argv) { fileTransport->setMaxEventSize(1024 * 16); transportFactory = - shared_ptr(new TBufferedRouterTransportFactory(fileTransport)); + shared_ptr(new TPipedTransportFactory(fileTransport)); } shared_ptr serverThread; -- 2.17.1