| 4166 | |
| 4167 | |
| 4168 | YBlob::YBlob(YAttachment* aAttachment, YTransaction* aTransaction, IBlob* aNext) |
| 4169 | : YHelper(aNext), |
| 4170 | attachment(aAttachment), |
| 4171 | transaction(aTransaction) |
| 4172 | { |
| 4173 | aAttachment->childBlobs.add(this); |
| 4174 | aTransaction->childBlobs.add(this); |
| 4175 | } |
| 4176 | |
| 4177 | isc_blob_handle& YBlob::getHandle() |
| 4178 | { |