VirtualBox

Changeset 34953 in vbox


Ignore:
Timestamp:
Dec 10, 2010 2:28:05 PM (14 years ago)
Author:
vboxsync
Message:

Removed debugging stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r34950 r34953  
    361361     */
    362362    bool fDoMount = false;
    363 
    364363    CGuest guest = session().GetConsole().GetGuest();
    365 #ifdef DEBUG_andy
    366     CProgress progressInstall = guest.UpdateGuestAdditions("c:\\Downloads\\VBoxGuestAdditions_3.2.8.iso",
    367                                                            AdditionsUpdateFlag_WaitForUpdateStartOnly);
    368 #else
    369364    /* Since we are going to show a modal progress dialog we don't want to wait for the whole
    370365     * update progress being complete - the user might need to interact with the VM to confirm (WHQL)
     
    372367    CProgress progressInstall = guest.UpdateGuestAdditions(strSource,
    373368                                                           AdditionsUpdateFlag_WaitForUpdateStartOnly);
    374 #endif
    375369    bool fResult = guest.isOk();
    376370    if (fResult)
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