| 25 | cob(); |
| 26 | } |
| 27 | void getStrings(std::function<void(std::vector<std::string> const& _return)> cob) override { |
| 28 | cob(strings); |
| 29 | } |
| 30 | |
| 31 | // Overrides not used in this test |
| 32 | void incrementGeneration(std::function<void(int32_t const& _return)> cob) override {} |