Attach a database through the first subsystem that recognizes it.
| 6483 | |
| 6484 | // Attach a database through the first subsystem that recognizes it. |
| 6485 | YAttachment* Dispatcher::attachDatabase(CheckStatusWrapper* status, const char* filename, |
| 6486 | unsigned int dpbLength, const unsigned char* dpb) |
| 6487 | { |
| 6488 | return attachOrCreateDatabase(status, false, filename, dpbLength, dpb); |
| 6489 | } |
| 6490 | |
| 6491 | // Create new database using the first subsystem that can do it. |
| 6492 | YAttachment* Dispatcher::createDatabase(CheckStatusWrapper* status, const char* filename, |
no outgoing calls
no test coverage detected