Changeset 85738 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Aug 13, 2020 1:16:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostUpdateImpl.cpp
r85737 r85738 638 638 return rc; 639 639 #else /* !VBOX_WITH_HOST_UPDATE_CHECK */ 640 RT_NOREF(aCheckType, aProgress); 640 641 return setError(E_NOTIMPL, tr("Update checking support was not compiled into this VirtualBox build")); 641 642 #endif /* !VBOX_WITH_HOST_UPDATE_CHECK */
Note:
See TracChangeset
for help on using the changeset viewer.