Skip to content
Snippets Groups Projects
protobuf.hh 328 B
Newer Older
  • Learn to ignore specific revisions
  • #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