Changeset 67521 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jun 21, 2017 7:08:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp
r62571 r67521 362 362 /* 363 363 * Wait for the server thread to indicate that it has processed one 364 * connection, the shut it all down.364 * connection, then shut it all down. 365 365 */ 366 366 if (RT_SUCCESS(rc)) … … 640 640 /* 641 641 * Wait for the server thread to indicate that it has processed one 642 * connection, the shut it all down.642 * connection, then shut it all down. 643 643 */ 644 644 if (RT_SUCCESS(rc)) … … 839 839 /* 840 840 * Wait for the server thread to indicate that it has processed one 841 * connection, the shut it all down.841 * connection, then shut it all down. 842 842 */ 843 843 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.