VirtualBox

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


Ignore:
Timestamp:
Dec 16, 2010 12:36:00 PM (14 years ago)
Author:
vboxsync
Message:

Main/Machine: rename mSnapshotData to mConsoleTaskData (together with the struct name), since in the future this will hold information for all long-term operations triggered via Console methods

File:
1 edited

Legend:

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

    r34770 r35175  
    993993private:
    994994
    995     struct SnapshotData
    996     {
    997         SnapshotData() : mLastState(MachineState_Null) {}
     995    struct ConsoleTaskData
     996    {
     997        ConsoleTaskData() : mLastState(MachineState_Null) {}
    998998
    999999        MachineState_T mLastState;
     1000        ComObjPtr<Progress> mProgress;
    10001001
    10011002        // used when taking snapshot
    10021003        ComObjPtr<Snapshot> mSnapshot;
    10031004
    1004         // used when saving state
     1005        // used when saving state (either as part of a snapshot or separate)
    10051006        Utf8Str mStateFilePath;
    1006         ComObjPtr<Progress> mProgress;
    10071007    };
    10081008
     
    10631063    HRESULT mRemoveSavedState;
    10641064
    1065     SnapshotData mSnapshotData;
     1065    ConsoleTaskData mConsoleTaskData;
    10661066
    10671067    /** interprocess semaphore handle for this machine */
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