Changeset 27730 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Mar 26, 2010 11:13:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r27677 r27730 8 8 9 9 /* 10 * Copyright (C) 2006-20 10Sun Microsystems, Inc.10 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 195 195 nsCOMPtr <IMachine> machine; 196 196 rc = virtualBox->CreateMachine(NS_LITERAL_STRING("A brand new name").get(), 197 nsnull, nsnull, nsnull, false,getter_AddRefs(machine));197 nsnull, nsnull, nsnull, getter_AddRefs(machine)); 198 198 if (NS_FAILED(rc)) 199 199 {
Note:
See TracChangeset
for help on using the changeset viewer.