| 2523 | } |
| 2524 | |
| 2525 | void |
| 2526 | DefaultScheduler::handleRenderFailure(const std::string& errorMessage) |
| 2527 | { |
| 2528 | if ( appPTR->isBackground() ) { |
| 2529 | std::cerr << errorMessage << std::endl; |
| 2530 | } |
| 2531 | } |
| 2532 | |
| 2533 | SchedulingPolicyEnum |
| 2534 | DefaultScheduler::getSchedulingPolicy() const |
nothing calls this directly
no test coverage detected