Changeset 55540 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 30, 2015 10:15:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r55535 r55540 1271 1271 { 1272 1272 /* 1273 1274 1275 1276 1273 * If ProcessCreateFlag_WaitForProcessStartOnly was specified on process creation the 1274 * caller is not interested in getting further process statuses -- so just don't notify 1275 * anything here anymore and return. 1276 */ 1277 1277 if (uProcFlags & ProcessCreateFlag_WaitForProcessStartOnly) 1278 1278 waitResult = ProcessWaitResult_Start; … … 1308 1308 if (newStatus == ProcessStatus_Started) 1309 1309 { 1310 /* Filter out waits which are *not* supported using 1310 /** 1311 * Filter out waits which are *not* supported using 1311 1312 * older guest control Guest Additions. 1312 1313 *
Note:
See TracChangeset
for help on using the changeset viewer.