Changeset 30903 in vbox for trunk/src/VBox/Main/GuestImpl.cpp
- Timestamp:
- Jul 19, 2010 9:17:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r30796 r30903 1173 1173 tr("The guest execution service is not ready")); 1174 1174 } 1175 else if (vrc == VERR_HGCM_SERVICE_NOT_FOUND) 1176 { 1177 rc = setError(VBOX_E_VM_ERROR, 1178 tr("The guest execution service is not available")); 1179 } 1175 1180 else /* HGCM call went wrong. */ 1176 1181 {
Note:
See TracChangeset
for help on using the changeset viewer.