Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by JakeLuciani: http://wiki.apache.org/thrift/ThriftUsageC++ The comment on the change is: change related to THRIFT-270 ------------------------------------------------------------------------------ #include <transport/TServerSocket.h> #include <transport/TTransportUtils.h> - using namespace facebook::thrift; + using namespace apache::thrift; - using namespace facebook::thrift::protocol; + using namespace apache::thrift::protocol; - using namespace facebook::thrift::transport; + using namespace apache::thrift::transport; - using namespace facebook::thrift::server; + using namespace apache::thrift::server; using boost::shared_ptr;
