| 1348 | } |
| 1349 | |
| 1350 | void Mapping::needSystemPrivileges(UserId::Privileges& privileges) |
| 1351 | { |
| 1352 | fb_assert(!systemPrivileges); |
| 1353 | systemPrivileges = &privileges; |
| 1354 | } |
| 1355 | |
| 1356 | void Mapping::setAuthBlock(const Firebird::AuthReader::AuthBlock& block) |
| 1357 | { |
no outgoing calls
no test coverage detected