From: David Reiss Date: Mon, 30 Mar 2009 21:22:54 +0000 (+0000) Subject: contrib: Update thrift_dump to use the new namespace X-Git-Tag: 0.2.0~191 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=3a25cac228c5bf0c9267710db76ab29d80fd31df;p=common%2Fthrift.git contrib: Update thrift_dump to use the new namespace git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/contrib/thrift_dump.cpp b/contrib/thrift_dump.cpp index aac1e1cf..ca69b44b 100644 --- a/contrib/thrift_dump.cpp +++ b/contrib/thrift_dump.cpp @@ -15,8 +15,8 @@ using namespace std; using boost::shared_ptr; -using namespace facebook::thrift::transport; -using namespace facebook::thrift::protocol; +using namespace apache::thrift::transport; +using namespace apache::thrift::protocol; void usage() { fprintf(stderr,