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