Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr:
authorMarc Slemko <marc@apache.org>
Thu, 3 Aug 2006 19:01:37 +0000 (19:01 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 3 Aug 2006 19:01:37 +0000 (19:01 +0000)
commit35452346e61ab2d75491d3cce7bcbc1ab53d90e3
treea2660f36a94fcebdd009c58fabfe470dc76bcdf0
parent6f038a7b60337c6b00ff7685db9ad4d527b68e62
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@664736 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/server/TThreadPoolServer.cc [new file with mode: 0644]
lib/cpp/src/server/TThreadPoolServer.h [new file with mode: 0644]