Create new database using the first subsystem that can do it.
| 6490 | |
| 6491 | // Create new database using the first subsystem that can do it. |
| 6492 | YAttachment* Dispatcher::createDatabase(CheckStatusWrapper* status, const char* filename, |
| 6493 | unsigned int dpbLength, const unsigned char* dpb) |
| 6494 | { |
| 6495 | return attachOrCreateDatabase(status, true, filename, dpbLength, dpb); |
| 6496 | } |
| 6497 | |
| 6498 | YAttachment* Dispatcher::attachOrCreateDatabase(CheckStatusWrapper* status, bool createFlag, |
| 6499 | const char* filename, unsigned int dpbLength, const unsigned char* dpb) |
no outgoing calls
no test coverage detected