| 3546 | // --------------------------------------------------------------------------- |
| 3547 | |
| 3548 | UnitOfMeasure |
| 3549 | AuthorityFactory::Private::createUnitOfMeasure(const std::string &auth_name, |
| 3550 | const std::string &code) { |
| 3551 | return *(createFactory(auth_name)->createUnitOfMeasure(code)); |
| 3552 | } |
| 3553 | |
| 3554 | // --------------------------------------------------------------------------- |
| 3555 |
no test coverage detected