| 812 | |
| 813 | |
| 814 | ExtEngineManager::ResultSet* ExtEngineManager::Procedure::open(thread_db* tdbb, |
| 815 | UCHAR* inMsg, UCHAR* outMsg) const |
| 816 | { |
| 817 | return FB_NEW_POOL(*tdbb->getDefaultPool()) ResultSet(tdbb, inMsg, outMsg, this); |
| 818 | } |
| 819 | |
| 820 | |
| 821 | //--------------------- |
no test coverage detected