Changeset 33604 in vbox
- Timestamp:
- Oct 29, 2010 1:00:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r33595 r33604 266 266 if (NS_FAILED(rc)) 267 267 { 268 printf("Error, could not instantiate Session object! rc=0x%x\n", rc);268 printf("Error, could not instantiate session object! rc=0x%x\n", rc); 269 269 return; 270 270 } 271 271 272 machine->LockMachine(session, LockType_Write);273 if (NS_FAILED(rc)) 274 { 275 printf("Error, could not opensession! rc=0x%x\n", rc);272 rc = machine->LockMachine(session, LockType_Write); 273 if (NS_FAILED(rc)) 274 { 275 printf("Error, could not lock the machine for the session! rc=0x%x\n", rc); 276 276 return; 277 277 }
Note:
See TracChangeset
for help on using the changeset viewer.