Changeset 63178 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 8, 2016 3:27:19 PM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r63155 r63178 2286 2286 ? RT_INDEFINITE_WAIT : uTimeoutMS - (uint32_t)u64ElapsedMS \ 2287 2287 2288 ProcessWaitResult_T waitRes ;2288 ProcessWaitResult_T waitRes = ProcessWaitResult_None; 2289 2289 do 2290 2290 { -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r62922 r63178 1961 1961 } 1962 1962 } 1963 return (aType) ? S_OK : 1964 setError(E_INVALIDARG, 1965 tr("'%s' is not a valid Guest OS type"), 1966 aId.c_str()); 1967 return rc; 1963 return (aType) ? S_OK : setError(E_INVALIDARG, tr("'%s' is not a valid Guest OS type"), aId.c_str()); 1968 1964 } 1969 1965
Note:
See TracChangeset
for help on using the changeset viewer.