| 536 | } |
| 537 | |
| 538 | OfxStatus |
| 539 | OfxHost::setPersistentMessage(const char* type, |
| 540 | const char* id, |
| 541 | const char* format, |
| 542 | va_list args) |
| 543 | { |
| 544 | vmessage(type, id, format, args); |
| 545 | |
| 546 | return kOfxStatOK; |
| 547 | } |
| 548 | |
| 549 | /// clearPersistentMessage |
| 550 | OfxStatus |
no outgoing calls
no test coverage detected