| 456 | } |
| 457 | |
| 458 | void testUuid(::std::function<void(apache::thrift::TUuid const& _return)> cob, const apache::thrift::TUuid& thing) override { |
| 459 | TUuid res; |
| 460 | _delegate->testUuid(res, thing); |
| 461 | cob(res); |
| 462 | } |
| 463 | |
| 464 | void testStruct(std::function<void(Xtruct const& _return)> cob, const Xtruct& thing) override { |
| 465 | Xtruct res; |