| 117 | } |
| 118 | |
| 119 | static bool fileRequestCallback(void* const ptr, const char* const key) |
| 120 | { |
| 121 | return static_cast<UIStub*>(ptr)->fileRequest(key); |
| 122 | } |
| 123 | }; |
| 124 | |
| 125 | // -------------------------------------------------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected