| 685 | } |
| 686 | |
| 687 | Firebird::IAttachment* ExtEngineManager::ExternalContextImpl::getAttachment( |
| 688 | CheckStatusWrapper* /*status*/) |
| 689 | { |
| 690 | externalAttachment->addRef(); |
| 691 | return externalAttachment; |
| 692 | } |
| 693 | |
| 694 | Firebird::ITransaction* ExtEngineManager::ExternalContextImpl::getTransaction( |
| 695 | CheckStatusWrapper* /*status*/) |
no test coverage detected