Changeset 33458 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Oct 26, 2010 11:18:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r33451 r33458 190 190 */ 191 191 nsCOMPtr<IMachine> machine; 192 rc = virtualBox->CreateMachine(NULL, 192 rc = virtualBox->CreateMachine(NULL, /* settings file */ 193 193 NS_LITERAL_STRING("A brand new name").get(), 194 nsnull, 195 false, 194 nsnull, /* ostype */ 195 nsnull, /* machine uuid */ 196 false, /* forceOverwrite */ 196 197 getter_AddRefs(machine)); 197 198 if (NS_FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.