VirtualBox

Changeset 24196 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 30, 2009 2:39:34 PM (15 years ago)
Author:
vboxsync
Message:

Main: add logging + weighted progress to restoreSnapshot(); convert saved state members from Bstr to Utf8Str

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r24136 r24196  
    206206    struct SSData
    207207    {
    208         Bstr mStateFilePath;
     208        Utf8Str mStateFilePath;
    209209    };
    210210
     
    10191019        // used when saving state
    10201020        Guid mProgressId;
    1021         Bstr mStateFilePath;
     1021        Utf8Str mStateFilePath;
    10221022    };
    10231023
  • trunk/src/VBox/Main/include/SnapshotImpl.h

    r23223 r24196  
    8989    // public methods only for internal purposes
    9090
    91     const Bstr& stateFilePath() const;
     91    const Utf8Str& stateFilePath() const;
    9292
    9393    ComObjPtr<Snapshot> parent() const
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