| 85 | |
| 86 | |
| 87 | HandoverEntry::HandoverEntry(const TranEntry *tran) : |
| 88 | mMyTranID(tran->tranID()), |
| 89 | mHandoverOtherBSTransactionID(0) |
| 90 | { |
| 91 | }; |
| 92 | |
| 93 | HandoverEntry *TranEntry::getHandoverEntry(bool create) const // It is not const, but we want C++ to be a happy compiler. |
| 94 | { |