Changeset 14668 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 26, 2008 11:29:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r13580 r14668 196 196 nsID VMuuid = {0}; 197 197 nsCOMPtr <IMachine> machine; 198 rc = virtualBox->CreateMachine( nsnull,NS_LITERAL_STRING("A brand new name").get(),199 VMuuid, getter_AddRefs(machine));198 rc = virtualBox->CreateMachine(NS_LITERAL_STRING("A brand new name").get(), 199 nsnull, nsnull, VMuuid, getter_AddRefs(machine)); 200 200 if (NS_FAILED(rc)) 201 201 {
Note:
See TracChangeset
for help on using the changeset viewer.