Changeset 27792 in vbox for trunk/src/VBox/Main/ApplianceImpl.cpp
- Timestamp:
- Mar 29, 2010 1:08:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r27779 r27792 6 6 7 7 /* 8 * Copyright (C) 2008-20 09Sun Microsystems, Inc.8 * Copyright (C) 2008-2010 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1278 1278 const Utf8Str &strNameVBox = vsdeName.front()->strVbox; 1279 1279 rc = mVirtualBox->CreateMachine(Bstr(strNameVBox), Bstr(strOsTypeVBox), 1280 Bstr(), Bstr(), 1280 Bstr(), Bstr(), FALSE, 1281 1281 pNewMachine.asOutParam()); 1282 1282 if (FAILED(rc)) throw rc;
Note:
See TracChangeset
for help on using the changeset viewer.