Changeset 94891 in vbox
- Timestamp:
- May 6, 2022 11:58:13 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r94890 r94891 150 150 * Translate IDE StorageControllerType_T to string representation. 151 151 */ 152 const char* controllerString(StorageControllerType_T enmType)152 static const char* controllerString(StorageControllerType_T enmType) 153 153 { 154 154 switch (enmType)
Note:
See TracChangeset
for help on using the changeset viewer.