VirtualBox

Changeset 30883 in vbox


Ignore:
Timestamp:
Jul 16, 2010 3:31:22 PM (14 years ago)
Author:
vboxsync
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstOVF.cpp

    r30881 r30883  
    359359//             }
    360360
    361             RTPrintf("  Deleting machine %ls...\n", bstrUUID.raw());
    362             pVirtualBox->UnregisterMachine(bstrUUID, pMachine.asOutParam());
    363             if (FAILED(rc)) throw MyError(rc, "VirtualBox::UnregisterMachine() failed\n");
    364 
    365             if (!pMachine.isNull())
    366             {
    367                 rc = pMachine->DeleteSettings();
    368                 if (FAILED(rc)) throw MyError(rc, "Machine::DeleteSettings() failed\n");
    369             }
     361//             RTPrintf("  Deleting machine %ls...\n", bstrUUID.raw());
     362//             pVirtualBox->UnregisterMachine(bstrUUID, pMachine.asOutParam());
     363//             if (FAILED(rc)) throw MyError(rc, "VirtualBox::UnregisterMachine() failed\n");
     364//
     365//             if (!pMachine.isNull())
     366//             {
     367//                 rc = pMachine->DeleteSettings();
     368//                 if (FAILED(rc)) throw MyError(rc, "Machine::DeleteSettings() failed\n");
     369//             }
    370370        }
    371371    }
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