VirtualBox

Changeset 81684 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Nov 5, 2019 7:13:06 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134444
Message:

Main/Host: add IHostUpdate stub interface
Main/idl: eliminate unnecessary dummy attribute and improve method/attribute xref a little

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r81682 r81684  
    19341934#endif
    19351935}
     1936
     1937
     1938HRESULT Host::getUpdate(ComPtr<IHostUpdate> &aUpdate)
     1939{
     1940    RT_NOREF(aUpdate);
     1941    ReturnComNotImplemented();
     1942}
     1943
    19361944
    19371945// public methods only for internal purposes
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette