VirtualBox

Ignore:
Timestamp:
Mar 29, 2010 1:08:44 PM (15 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: new parameter for overriding VM file existence check on creation (2nd try)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r27779 r27792  
    66
    77/*
    8  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2008-2010 Sun Microsystems, Inc.
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    12781278            const Utf8Str &strNameVBox = vsdeName.front()->strVbox;
    12791279            rc = mVirtualBox->CreateMachine(Bstr(strNameVBox), Bstr(strOsTypeVBox),
    1280                                                  Bstr(), Bstr(),
     1280                                                 Bstr(), Bstr(), FALSE,
    12811281                                                 pNewMachine.asOutParam());
    12821282            if (FAILED(rc)) throw rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette