Changeset 98262 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jan 24, 2023 1:42:14 AM (23 months ago)
- Location:
- trunk/src/VBox/Main/src-all
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/EventImpl.cpp
r98103 r98262 1554 1554 1555 1555 AutoCaller autoCaller(this); 1556 if (FAILED(autoCaller. rc()))1557 return autoCaller. rc();1556 if (FAILED(autoCaller.hrc())) 1557 return autoCaller.hrc(); 1558 1558 1559 1559 ComPtr<IEventListener> proxy; … … 1581 1581 1582 1582 AutoCaller autoCaller(this); 1583 if (FAILED(autoCaller. rc()))1584 return autoCaller. rc();1583 if (FAILED(autoCaller.hrc())) 1584 return autoCaller.hrc(); 1585 1585 1586 1586 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1611 1611 1612 1612 AutoCaller autoCaller(this); 1613 if (FAILED(autoCaller. rc()))1614 return autoCaller. rc();1613 if (FAILED(autoCaller.hrc())) 1614 return autoCaller.hrc(); 1615 1615 1616 1616 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); -
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r98103 r98262 2583 2583 2584 2584 AutoCaller autoCaller(this); 2585 HRESULT hrc = autoCaller. rc();2585 HRESULT hrc = autoCaller.hrc(); 2586 2586 if (SUCCEEDED(hrc)) 2587 2587 { … … 3089 3089 3090 3090 AutoCaller autoCaller(this); 3091 HRESULT hrc = autoCaller. rc();3091 HRESULT hrc = autoCaller.hrc(); 3092 3092 if (SUCCEEDED(hrc)) 3093 3093 { … … 3226 3226 3227 3227 AutoCaller autoCaller(this); 3228 HRESULT hrc = autoCaller. rc();3228 HRESULT hrc = autoCaller.hrc(); 3229 3229 if (SUCCEEDED(hrc)) 3230 3230 { … … 3357 3357 { 3358 3358 AutoCaller autoCaller(this); 3359 HRESULT hrc = autoCaller. rc();3359 HRESULT hrc = autoCaller.hrc(); 3360 3360 if (FAILED(hrc)) 3361 3361 return; … … 3392 3392 3393 3393 AutoCaller autoCaller(this); 3394 HRESULT hrc = autoCaller. rc();3394 HRESULT hrc = autoCaller.hrc(); 3395 3395 if (SUCCEEDED(hrc)) 3396 3396 { … … 3432 3432 { 3433 3433 AutoCaller autoCaller(this); 3434 HRESULT hrc = autoCaller. rc();3434 HRESULT hrc = autoCaller.hrc(); 3435 3435 if (FAILED(hrc)) 3436 3436 return; … … 3459 3459 { 3460 3460 AutoCaller autoCaller(this); 3461 HRESULT hrc = autoCaller. rc();3461 HRESULT hrc = autoCaller.hrc(); 3462 3462 if (FAILED(hrc)) 3463 3463 return; … … 3485 3485 { 3486 3486 AutoCaller autoCaller(this); 3487 HRESULT hrc = autoCaller. rc();3487 HRESULT hrc = autoCaller.hrc(); 3488 3488 if (FAILED(hrc)) 3489 3489 return Global::vboxStatusCodeFromCOM(hrc); … … 3515 3515 { 3516 3516 AutoCaller autoCaller(this); 3517 HRESULT hrc = autoCaller. rc();3517 HRESULT hrc = autoCaller.hrc(); 3518 3518 if (FAILED(hrc)) 3519 3519 return Global::vboxStatusCodeFromCOM(hrc); … … 3543 3543 { 3544 3544 AutoCaller autoCaller(this); 3545 HRESULT hrc = autoCaller. rc();3545 HRESULT hrc = autoCaller.hrc(); 3546 3546 if (FAILED(hrc)) 3547 3547 return; … … 3566 3566 { 3567 3567 AutoCaller autoCaller(this); 3568 HRESULT hrc = autoCaller. rc();3568 HRESULT hrc = autoCaller.hrc(); 3569 3569 if (SUCCEEDED(hrc)) 3570 3570 { … … 3595 3595 { 3596 3596 AutoCaller autoCaller(this); 3597 HRESULT hrc = autoCaller. rc();3597 HRESULT hrc = autoCaller.hrc(); 3598 3598 if (SUCCEEDED(hrc)) 3599 3599 { … … 3621 3621 { 3622 3622 AutoCaller autoCaller(this); 3623 HRESULT hrc = autoCaller. rc();3623 HRESULT hrc = autoCaller.hrc(); 3624 3624 if (SUCCEEDED(hrc)) 3625 3625 { … … 3650 3650 { 3651 3651 AutoCaller autoCaller(this); 3652 HRESULT hrc = autoCaller. rc();3652 HRESULT hrc = autoCaller.hrc(); 3653 3653 if (SUCCEEDED(hrc)) 3654 3654 { … … 3679 3679 { 3680 3680 AutoCaller autoCaller(this); 3681 HRESULT hrc = autoCaller. rc();3681 HRESULT hrc = autoCaller.hrc(); 3682 3682 if (SUCCEEDED(hrc)) 3683 3683 { … … 3707 3707 3708 3708 AutoCaller autoCaller(this); 3709 HRESULT hrc = autoCaller. rc();3709 HRESULT hrc = autoCaller.hrc(); 3710 3710 if (SUCCEEDED(hrc)) 3711 3711 { … … 3739 3739 3740 3740 AutoCaller autoCaller(this); 3741 HRESULT hrc = autoCaller. rc();3741 HRESULT hrc = autoCaller.hrc(); 3742 3742 if (SUCCEEDED(hrc)) 3743 3743 { … … 3767 3767 { 3768 3768 AutoCaller autoCaller(this); 3769 HRESULT hrc = autoCaller. rc();3769 HRESULT hrc = autoCaller.hrc(); 3770 3770 if (FAILED(hrc)) 3771 3771 return false; … … 3783 3783 { 3784 3784 AutoCaller autoCaller(this); 3785 HRESULT hrc = autoCaller. rc();3785 HRESULT hrc = autoCaller.hrc(); 3786 3786 if (FAILED(hrc)) 3787 3787 return; … … 3830 3830 { 3831 3831 AutoCaller autoCaller(this); 3832 HRESULT hrc = autoCaller. rc();3832 HRESULT hrc = autoCaller.hrc(); 3833 3833 if (FAILED(hrc)) 3834 3834 return 0; -
trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp
r98103 r98262 382 382 /* the machine needs to be mutable */ 383 383 AutoMutableStateDependency adep(m->pParent); 384 if (FAILED(adep. rc())) return adep.rc();384 if (FAILED(adep.hrc())) return adep.hrc(); 385 385 386 386 Utf8Str strPath; … … 467 467 /* the machine needs to be mutable */ 468 468 AutoMutableStateDependency adep(m->pParent); 469 if (FAILED(adep. rc())) return adep.rc();469 if (FAILED(adep.hrc())) return adep.hrc(); 470 470 471 471 Utf8Str strPath; … … 988 988 /* sanity */ 989 989 AutoCaller autoCaller(this); 990 AssertComRCReturnRC(autoCaller. rc());990 AssertComRCReturnRC(autoCaller.hrc()); 991 991 992 992 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1012 1012 { 1013 1013 AutoCaller autoCaller(this); 1014 AssertComRCReturnRC(autoCaller. rc());1014 AssertComRCReturnRC(autoCaller.hrc()); 1015 1015 1016 1016 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1026 1026 { 1027 1027 AutoCaller autoCaller(this); 1028 AssertComRCReturn(autoCaller. rc(), VERR_INVALID_STATE);1028 AssertComRCReturn(autoCaller.hrc(), VERR_INVALID_STATE); 1029 1029 1030 1030 /* keep only required password */ … … 1040 1040 { 1041 1041 AutoCaller autoCaller(this); 1042 AssertComRCReturn(autoCaller. rc(), VERR_INVALID_STATE);1042 AssertComRCReturn(autoCaller.hrc(), VERR_INVALID_STATE); 1043 1043 1044 1044 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1050 1050 { 1051 1051 AutoCaller autoCaller(this); 1052 AssertComRCReturn(autoCaller. rc(), VERR_INVALID_STATE);1052 AssertComRCReturn(autoCaller.hrc(), VERR_INVALID_STATE); 1053 1053 1054 1054 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1064 1064 /* the machine needs to be mutable */ 1065 1065 AutoMutableStateDependency adep(m->pParent); 1066 if (FAILED(adep. rc())) return adep.rc();1066 if (FAILED(adep.hrc())) return adep.hrc(); 1067 1067 1068 1068 AutoWriteLock wlock(this COMMA_LOCKVAL_SRC_POS); … … 1112 1112 { 1113 1113 AutoCaller autoCaller(this); 1114 AssertComRCReturnRC(autoCaller. rc());1114 AssertComRCReturnRC(autoCaller.hrc()); 1115 1115 1116 1116 AutoReadLock mlock(m->pParent COMMA_LOCKVAL_SRC_POS); … … 1143 1143 { 1144 1144 AutoCaller autoCaller(this); 1145 AssertComRCReturnRC(autoCaller. rc());1145 AssertComRCReturnRC(autoCaller.hrc()); 1146 1146 1147 1147 AutoWriteLock wlock(this COMMA_LOCKVAL_SRC_POS); … … 1246 1246 /* sanity */ 1247 1247 AutoCaller autoCaller(this); 1248 AssertComRCReturnVoid(autoCaller. rc());1248 AssertComRCReturnVoid(autoCaller.hrc()); 1249 1249 1250 1250 AutoReadLock mlock(m->pParent COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.