Exemple #1
0
 virtual void savePosition() {
     if (!_bucket.isNull()) {
         _savedKey = getKey().getOwned();
         _savedLoc = getDiskLoc();
     }
 }
Exemple #2
0
 virtual RecordId getRecordId() const {
     return getDiskLoc().toRecordId();
 }