Changeset 60924 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 10, 2016 11:22:45 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107141
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r60063 r60924 387 387 388 388 pVirtualBox.setNull(); 389 pVirtualBoxClient.setNull(); 389 390 390 391 RTPrintf("Shutting down COM...\n"); -
trunk/src/VBox/Main/testcase/tstVBoxAPI.cpp
r60063 r60924 396 396 397 397 ptrVBox.setNull(); 398 ptrVBoxClient.setNull(); 398 399 com::Shutdown(); 399 400 } -
trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp
r60063 r60924 238 238 239 239 ptrVBox.setNull(); 240 ptrVBoxClient.setNull(); 240 241 com::Shutdown(); 241 242 }
Note:
See TracChangeset
for help on using the changeset viewer.