Changeset 60281 in vbox
- Timestamp:
- Apr 1, 2016 6:39:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceTcp.cpp
r60279 r60281 107 107 * @interface_method_impl{UTSTRANSPORT,pfnWaitForConnect} 108 108 */ 109 static intutsTcpWaitForConnect(PPUTSTRANSPORTCLIENT ppClientNew)109 static DECLCALLBACK(int) utsTcpWaitForConnect(PPUTSTRANSPORTCLIENT ppClientNew) 110 110 { 111 111 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.