Changeset 72938 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jul 6, 2018 9:12:49 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123490
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
r69500 r72938 336 336 case VBOX_E_INVALID_SESSION_STATE: aText = "Current session state prohibits operation"; break; 337 337 case VBOX_E_OBJECT_IN_USE: aText = "Object being in use prohibits operation"; break; 338 case VBOX_E_PASSWORD_INCORRECT: aText = "Incorrect password provided"; break; 338 339 default: aText = "Unknown error"; break; 339 340 }
Note:
See TracChangeset
for help on using the changeset viewer.