Changeset 84648 in vbox for trunk/src/VBox/Main/include/GuestProcessImpl.h
- Timestamp:
- Jun 3, 2020 8:11:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestProcessImpl.h
r82968 r84648 77 77 /** @name Static internal methods. 78 78 * @{ */ 79 static Utf8Str i_guestErrorToString(int guestRc);79 static Utf8Str i_guestErrorToString(int rcGuest, const char *pcszWhat); 80 80 static bool i_isGuestError(int guestRc); 81 static HRESULT i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc);82 81 static ProcessWaitResult_T i_waitFlagsToResultEx(uint32_t fWaitFlags, ProcessStatus_T oldStatus, ProcessStatus_T newStatus, uint32_t uProcFlags, uint32_t uProtocol); 83 82 #if 0 /* unused */ … … 271 270 /** @} */ 272 271 272 /** Wrapped @name Static guest error conversion methods. 273 * @{ */ 274 static Utf8Str guestErrorToString(const char *pszTool, const GuestErrorInfo& guestErrorInfo); 275 /** @} */ 276 273 277 protected: 274 278
Note:
See TracChangeset
for help on using the changeset viewer.