-- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp
Summary:
-- Thrift logfile is now officially in action!
Reviewed By: Mark Slee
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664891 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/src/main.cpp b/test/cpp/src/main.cpp
index 47ae671..47da797 100644
--- a/test/cpp/src/main.cpp
+++ b/test/cpp/src/main.cpp
@@ -10,7 +10,7 @@
#include <transport/TSocket.h>
#include <transport/TTransportUtils.h>
#include <transport/TBufferedRouterTransport.h>
-#include <transport/TBufferedFileWriter.h>
+#include <transport/TFileTransport.h>
#include <TLogging.h>
#include "Service.h"