Changeset 65120 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Jan 4, 2017 5:10:35 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
r65088 r65120 893 893 virtual ~hotplugNullImpl (void) {} 894 894 /** @copydoc VBoxMainHotplugWaiter::Wait */ 895 virtual int Wait (RTMSINTERVAL) 896 { 895 virtual int Wait (RTMSINTERVAL cMillies) 896 { 897 NOREF(cMillies); 897 898 return VERR_NOT_SUPPORTED; 898 899 }
Note:
See TracChangeset
for help on using the changeset viewer.