Changeset 63258 in vbox for trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp
- Timestamp:
- Aug 10, 2016 12:23:00 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109890
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp
r63177 r63258 337 337 static int tstClean(IVirtualBox *pVBox, IVirtualBoxClient *pClient) 338 338 { 339 NOREF(pClient); 339 340 HRESULT rc = S_OK; 340 341 … … 380 381 381 382 382 static DECLCALLBACK(int) tstThreadRun(RTTHREAD thread, void *pvUser) 383 { 383 static DECLCALLBACK(int) tstThreadRun(RTTHREAD hThreadSelf, void *pvUser) 384 { 385 RT_NOREF(hThreadSelf); 384 386 TestThreadArgs* args = (TestThreadArgs*)pvUser; 385 387 Assert(args != NULL);
Note:
See TracChangeset
for help on using the changeset viewer.