| 824 | { |
| 825 | public: |
| 826 | EngineCallbackGuard(Jrd::thread_db* tdbb, Connection& conn, const char* from) |
| 827 | { |
| 828 | init(tdbb, conn, from); |
| 829 | } |
| 830 | |
| 831 | EngineCallbackGuard(Jrd::thread_db* tdbb, Transaction& tran, const char* from) |
| 832 | { |
nothing calls this directly
no test coverage detected