Changeset 43201 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 5, 2012 12:48:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r43170 r43201 2014 2014 switch (waitRes) 2015 2015 { 2016 case ProcessWaitResult_StdIn: 2017 /* Nothing to do here yet. */ 2018 fDone = true; 2019 break; 2020 2016 2021 case ProcessWaitResult_StdOut: 2017 2022 fHandleStdOut = true; … … 2034 2039 case ProcessWaitResult_Error: 2035 2040 case ProcessWaitResult_Terminate: 2041 case ProcessWaitResult_Timeout: 2036 2042 fDone = true; 2037 2043 break;
Note:
See TracChangeset
for help on using the changeset viewer.