| 1283 | } |
| 1284 | |
| 1285 | void Attachment::InitialOptions::resetAttachment(Attachment* attachment) const |
| 1286 | { |
| 1287 | // reset DecFloat options |
| 1288 | attachment->att_dec_status = decFloatStatus; |
| 1289 | |
| 1290 | // reset time zone options |
| 1291 | attachment->att_current_timezone = attachment->att_original_timezone = originalTimeZone; |
| 1292 | |
| 1293 | // reset bindings |
| 1294 | attachment->att_bindings.clear(); |
| 1295 | } |
| 1296 | } // namespace Jrd |
| 1297 | |
| 1298 | /// trace manager support |
no test coverage detected