- Timestamp:
- May 4, 2022 8:49:24 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp
r94810 r94813 1014 1014 { 1015 1015 AutoCaller autoCaller(this); 1016 AssertComRCReturn RC(autoCaller.rc());1016 AssertComRCReturn(autoCaller.rc(), VERR_INVALID_STATE); 1017 1017 1018 1018 /* keep only required password */ … … 1028 1028 { 1029 1029 AutoCaller autoCaller(this); 1030 AssertComRCReturn RC(autoCaller.rc());1030 AssertComRCReturn(autoCaller.rc(), VERR_INVALID_STATE); 1031 1031 1032 1032 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1038 1038 { 1039 1039 AutoCaller autoCaller(this); 1040 AssertComRCReturn RC(autoCaller.rc());1040 AssertComRCReturn(autoCaller.rc(), VERR_INVALID_STATE); 1041 1041 1042 1042 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.