Changeset 98262 in vbox for trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp
- Timestamp:
- Jan 24, 2023 1:42:14 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp
r98103 r98262 187 187 188 188 AutoCaller thatCaller(aThat); 189 AssertComRCReturnRC(thatCaller. rc());189 AssertComRCReturnRC(thatCaller.hrc()); 190 190 191 191 AutoReadLock thatlock(aThat COMMA_LOCKVAL_SRC_POS); … … 410 410 /* sanity */ 411 411 AutoCaller autoCaller(this); 412 AssertComRCReturnVoid(autoCaller. rc());412 AssertComRCReturnVoid(autoCaller.hrc()); 413 413 414 414 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 428 428 /* sanity */ 429 429 AutoCaller autoCaller(this); 430 AssertComRCReturnVoid(autoCaller. rc());430 AssertComRCReturnVoid(autoCaller.hrc()); 431 431 432 432 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 623 623 /* sanity */ 624 624 AutoCaller autoCaller(this); 625 AssertComRCReturnVoid(autoCaller. rc());625 AssertComRCReturnVoid(autoCaller.hrc()); 626 626 Assert(!m->pMachine->i_isSnapshotMachine()); 627 627
Note:
See TracChangeset
for help on using the changeset viewer.