Newer
Older
#ifndef __VEREIGN_TEST_UTIL_PROTOBUF_HH
#define __VEREIGN_TEST_UTIL_PROTOBUF_HH
#include <string>
#include <google/protobuf/message.h>
namespace vereign {
namespace test {
std::string ProtobufToJson(const google::protobuf::Message& msg);
} // namespace vereign
} // namespace test
#endif // __VEREIGN_TEST_UTIL_PROTOBUF_HH