Get rid of all the using namespace and using boost:: declarations in Thrift header...
authorMark Slee <mcslee@apache.org>
Mon, 5 Mar 2007 22:55:59 +0000 (22:55 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 5 Mar 2007 22:55:59 +0000 (22:55 +0000)
commit5ea15f9e3206a4bb903f77d149b9cb8c1c2a392e
tree82e645c266f38ccb080e60935fd49c8def6ec3d2
parent5d06feab210f1175bc95d2ea435fd59a82b76024
Get rid of all the using namespace and using boost:: declarations in Thrift header files

Summary: To remove upstream dependencies. Still keeping some specific using directives around.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665047 13f79535-47bb-0310-9956-ffa450edef68
25 files changed:
lib/cpp/src/TProcessor.h
lib/cpp/src/Thrift.h
lib/cpp/src/concurrency/PosixThreadFactory.h
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.h
lib/cpp/src/concurrency/TimerManager.cpp
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/server/TNonblockingServer.cpp
lib/cpp/src/server/TNonblockingServer.h
lib/cpp/src/server/TServer.h
lib/cpp/src/server/TSimpleServer.cpp
lib/cpp/src/server/TSimpleServer.h
lib/cpp/src/server/TThreadPoolServer.cpp
lib/cpp/src/server/TThreadPoolServer.h
lib/cpp/src/server/TThreadedServer.cpp
lib/cpp/src/server/TThreadedServer.h
lib/cpp/src/transport/TFileTransport.cpp
lib/cpp/src/transport/TFileTransport.h
lib/cpp/src/transport/TServerSocket.h
lib/cpp/src/transport/TServerTransport.h
lib/rb/COPYING [new file with mode: 0644]
lib/rb/LICENSE [new file with mode: 0644]