| 548 | } |
| 549 | |
| 550 | IConfig* getDefaultConfig(CheckStatusWrapper* status) |
| 551 | { |
| 552 | try |
| 553 | { |
| 554 | return configuredPlugin->getDefaultConfig(); |
| 555 | } |
| 556 | catch (const Exception& ex) |
| 557 | { |
| 558 | ex.stuffException(status); |
| 559 | return NULL; |
| 560 | } |
| 561 | } |
| 562 | |
| 563 | IFirebirdConf* getFirebirdConf(CheckStatusWrapper* status) |
| 564 | { |
nothing calls this directly
no test coverage detected