Changeset 50297 in vbox
- Timestamp:
- Jan 31, 2014 10:20:54 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r50291 r50297 12533 12533 12534 12534 BOOL aHotplugCapable = FALSE; 12535 systemProperties-> COMGETTER(StorageControllerHotplugCapable)(enmCtrlType, &aHotplugCapable);12535 systemProperties->GetStorageControllerHotplugCapable(enmCtrlType, &aHotplugCapable); 12536 12536 12537 12537 return RT_BOOL(aHotplugCapable);
Note:
See TracChangeset
for help on using the changeset viewer.