commit | b5e6221eb5cbabab25d5c9badb7262b15c42cfdd | [log] [tgz] |
---|---|---|
author | T Jake Luciani <jake@apache.org> | Sat Jan 31 22:36:20 2009 +0000 |
committer | T Jake Luciani <jake@apache.org> | Sat Jan 31 22:36:20 2009 +0000 |
tree | b215dc9387b4b9e7cb454e0306fbe66ac0b2d42e | |
parent | 3fa89e33f3e7e76a2f79546c72d1728492f12bef [diff] [blame] |
THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739644 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/transport/TSocketPool.cpp b/lib/cpp/src/transport/TSocketPool.cpp index d5a6501..549569f 100644 --- a/lib/cpp/src/transport/TSocketPool.cpp +++ b/lib/cpp/src/transport/TSocketPool.cpp
@@ -9,7 +9,7 @@ #include "TSocketPool.h" -namespace facebook { namespace thrift { namespace transport { +namespace apache { namespace thrift { namespace transport { using namespace std; @@ -221,4 +221,4 @@ } } -}}} // facebook::thrift::transport +}}} // apache::thrift::transport