Changeset 24579 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 11, 2009 1:50:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r24493 r24579 223 223 } 224 224 225 static const char *convertControllerTypeToDev(StorageControllerType_T enmCtrlType); 226 static HRESULT convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun); 227 225 228 // for VirtualBoxSupportErrorInfoImpl 226 229 static const wchar_t *getComponentName() { return L"Console"; } … … 443 446 const char *pszFormat, bool fPassthrough, 444 447 bool fForce); 445 const char *controllerTypeToDev(StorageControllerType_T enmCtrlType);446 HRESULT convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun);447 448 HRESULT doMediumChange(IMediumAttachment *aMediumAttachment, bool fForce); 448 449
Note:
See TracChangeset
for help on using the changeset viewer.