Changeset 98262 in vbox for trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
- Timestamp:
- Jan 24, 2023 1:42:14 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r98103 r98262 1960 1960 { 1961 1961 AutoCaller autoCaller(this); 1962 if (FAILED(autoCaller. rc())) return autoCaller.rc();1962 if (FAILED(autoCaller.hrc())) return autoCaller.hrc(); 1963 1963 1964 1964 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 2011 2011 { 2012 2012 AutoCaller autoCaller(this); 2013 if (FAILED(autoCaller. rc())) return autoCaller.rc();2013 if (FAILED(autoCaller.hrc())) return autoCaller.hrc(); 2014 2014 2015 2015 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); … … 2033 2033 2034 2034 AutoCaller autoCaller(this); 2035 AssertComRCReturn (autoCaller. rc(), format);2035 AssertComRCReturn (autoCaller.hrc(), format); 2036 2036 2037 2037 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); … … 2066 2066 2067 2067 AutoCaller autoCaller(this); 2068 AssertComRCReturn (autoCaller. rc(), format);2068 AssertComRCReturn (autoCaller.hrc(), format); 2069 2069 2070 2070 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.