Changeset 5292 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Oct 15, 2007 12:04:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r4246 r5292 140 140 * in the configuration until we explicitely choose to do so. 141 141 */ 142 nsID VMuuid = {0}; 142 143 nsCOMPtr <IMachine> machine; 143 144 rc = virtualBox->CreateMachine(nsnull, NS_LITERAL_STRING("A brand new name").get(), 144 getter_AddRefs(machine));145 VMuuid, getter_AddRefs(machine)); 145 146 if (NS_FAILED(rc)) 146 147 {
Note:
See TracChangeset
for help on using the changeset viewer.