Changeset 62471 in vbox for trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
- Timestamp:
- Jul 22, 2016 6:04:30 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
r61882 r62471 106 106 /** Pointer to a UTS client instance. */ 107 107 typedef UTSCLIENT *PUTSCLIENT; 108 108 109 109 110 /********************************************************************************************************************************* … … 609 610 || RTStrICmp(pszVal, "false")) 610 611 pCfgItem->Val.u.f = false; 611 else 612 else 612 613 rc = VERR_INVALID_PARAMETER; 613 614 break; … … 1192 1193 while (!g_fTerminate) 1193 1194 { 1194 /* 1195 /* 1195 1196 * Wait for new connection and spin off a new thread 1196 1197 * for every new client.
Note:
See TracChangeset
for help on using the changeset viewer.