Changeset 77074 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 31, 2019 1:04:40 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r77071 r77074 1641 1641 1642 1642 /* static */ 1643 bool GuestProcess::i_waitResultImpliesEx(ProcessWaitResult_T waitResult, 1644 ProcessStatus_T procStatus, uint32_t uProcFlags, 1645 uint32_t uProtocol) 1646 { 1647 /** @todo r=bird: If you subscribe to HN, which the 'u' in 'uProcFlags' 1648 * indicates, you should actually be using 'fProc'! */ 1649 RT_NOREF(uProtocol, uProcFlags); 1643 bool GuestProcess::i_waitResultImpliesEx(ProcessWaitResult_T waitResult, ProcessStatus_T procStatus, uint32_t uProtocol) 1644 { 1645 RT_NOREF(uProtocol); 1646 1650 1647 bool fImplies; 1651 1648
Note:
See TracChangeset
for help on using the changeset viewer.