Changeset 81684 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Nov 5, 2019 7:13:06 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r81682 r81684 1934 1934 #endif 1935 1935 } 1936 1937 1938 HRESULT Host::getUpdate(ComPtr<IHostUpdate> &aUpdate) 1939 { 1940 RT_NOREF(aUpdate); 1941 ReturnComNotImplemented(); 1942 } 1943 1936 1944 1937 1945 // public methods only for internal purposes
Note:
See TracChangeset
for help on using the changeset viewer.