12#include <thrift/Thrift.h>
13#include <thrift/TApplicationException.h>
14#include <thrift/TBase.h>
15#include <thrift/protocol/TProtocol.h>
16#include <thrift/transport/TTransport.h>
22namespace facebook {
namespace fb303 {
38extern const std::map<int, const char*> _fb_status_VALUES_TO_NAMES;
40std::ostream& operator<<(std::ostream& out,
const fb_status::type& val);
42std::string to_string(
const fb_status::type& val);
Definition FacebookService.cpp:9
Definition fb303_types.h:27