| 390 | } |
| 391 | |
| 392 | static void shutdownBeforeUnload() |
| 393 | { |
| 394 | LocalStatus status; |
| 395 | CheckStatusWrapper statusWrapper(&status); |
| 396 | |
| 397 | AutoPlugin<JProvider>(JProvider::getInstance())->shutdown(&statusWrapper, 0, fb_shutrsn_exit_called); |
| 398 | threadDetach(); |
| 399 | }; |
| 400 | |
| 401 | static JTransaction* checkTranIntf(StableAttachmentPart* sAtt, JTransaction* jt, jrd_tra* tra) |
| 402 | { |
nothing calls this directly
no test coverage detected