Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr:
authorMarc Slemko <marc@apache.org>
Thu, 3 Aug 2006 18:58:09 +0000 (18:58 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 3 Aug 2006 18:58:09 +0000 (18:58 +0000)
commit6f038a7b60337c6b00ff7685db9ad4d527b68e62
tree9302a705f2cb05a4e262652719b696214ba308ec
parent03eafbeac934f6dd52bfb7c10193b6a6d02d8630
Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr:

Wrapped all thrift code in facebook::thrift:: namespace

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664735 13f79535-47bb-0310-9956-ffa450edef68
35 files changed:
lib/cpp/Makefile.am
lib/cpp/aclocal/ax_boost_base.m4 [new file with mode: 0644]
lib/cpp/bootstrap.sh
lib/cpp/configure.ac
lib/cpp/src/TProcessor.h
lib/cpp/src/concurrency/Monitor.cc
lib/cpp/src/concurrency/PosixThreadFactory.cc
lib/cpp/src/concurrency/PosixThreadFactory.h
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.cc
lib/cpp/src/concurrency/ThreadManager.h
lib/cpp/src/concurrency/TimerManager.cc
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/Util.h
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
lib/cpp/src/concurrency/test/ThreadManagerTests.h
lib/cpp/src/concurrency/test/TimerManagerTests.h
lib/cpp/src/protocol/TBinaryProtocol.cc
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/server/TServer.h
lib/cpp/src/server/TSimpleServer.cc
lib/cpp/src/server/TSimpleServer.h
lib/cpp/src/transport/TBufferedTransport.cc
lib/cpp/src/transport/TBufferedTransport.h
lib/cpp/src/transport/TChunkedTransport.cc
lib/cpp/src/transport/TChunkedTransport.h
lib/cpp/src/transport/TNullTransport.h
lib/cpp/src/transport/TServerSocket.cc
lib/cpp/src/transport/TServerSocket.h
lib/cpp/src/transport/TServerTransport.h
lib/cpp/src/transport/TSocket.cc
lib/cpp/src/transport/TSocket.h
lib/cpp/src/transport/TTransport.h
lib/cpp/src/transport/TTransportException.h