Changeset 58259 in vbox
- Timestamp:
- Oct 15, 2015 12:47:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r57524 r58259 952 952 953 953 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 954 HRESULT rc = setDefaultAdditionsISO(aDefaultAdditionsISO);954 HRESULT rc = i_setDefaultAdditionsISO(aDefaultAdditionsISO); 955 955 alock.release(); 956 956 … … 977 977 if (m->strDefaultFrontend == Utf8Str(aDefaultFrontend)) 978 978 return S_OK; 979 HRESULT rc = setDefaultFrontend(aDefaultFrontend);979 HRESULT rc = i_setDefaultFrontend(aDefaultFrontend); 980 980 alock.release(); 981 981
Note:
See TracChangeset
for help on using the changeset viewer.