CJCombrink commented on code in PR #3035: URL: https://github.com/apache/thrift/pull/3035#discussion_r1745994745
########## lib/c_glib/test/testthrifttestclient.cpp: ########## @@ -112,8 +112,8 @@ class TestHandler : public ThriftTestIf { out = thing; } - std::string testUuid(const std::string thing) override { - cout << "[C -> C++] testUuid(\"" << std::hex << thing << "\")" << '\n'; + apache::thrift::TUuid testUuid(const apache::thrift::TUuid thing) override { Review Comment: @jeking3 I made a new PR related to this, would you be so kind to look at it please: https://github.com/apache/thrift/pull/3038 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@thrift.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org