| 4272 | } |
| 4273 | |
| 4274 | template <typename StatusType> IAttachment* getAttachment(StatusType* status) |
| 4275 | { |
| 4276 | StatusType::clearException(status); |
| 4277 | IAttachment* ret = static_cast<VTable*>(this->cloopVTable)->getAttachment(this, status); |
| 4278 | StatusType::checkException(status); |
| 4279 | return ret; |
| 4280 | } |
| 4281 | |
| 4282 | template <typename StatusType> ITransaction* getTransaction(StatusType* status) |
| 4283 | { |