summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-03-30 21:22:54 +0000
committerDavid Reiss <dreiss@apache.org>2009-03-30 21:22:54 +0000
commit3a25cac228c5bf0c9267710db76ab29d80fd31df (patch)
treef68b93e34bf77ecf30cab031a659af4bba1f1b95 /contrib
parent06a9312baf7ee31d2b3b1cb2bbf34ebbe211e1fa (diff)
downloadthrift-3a25cac228c5bf0c9267710db76ab29d80fd31df.tar.gz
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/thrift_dump.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/thrift_dump.cpp b/contrib/thrift_dump.cpp
index aac1e1cf6..ca69b44be 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,