Changeset 35175 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 16, 2010 12:36:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r34770 r35175 993 993 private: 994 994 995 struct SnapshotData996 { 997 SnapshotData() : mLastState(MachineState_Null) {}995 struct ConsoleTaskData 996 { 997 ConsoleTaskData() : mLastState(MachineState_Null) {} 998 998 999 999 MachineState_T mLastState; 1000 ComObjPtr<Progress> mProgress; 1000 1001 1001 1002 // used when taking snapshot 1002 1003 ComObjPtr<Snapshot> mSnapshot; 1003 1004 1004 // used when saving state 1005 // used when saving state (either as part of a snapshot or separate) 1005 1006 Utf8Str mStateFilePath; 1006 ComObjPtr<Progress> mProgress;1007 1007 }; 1008 1008 … … 1063 1063 HRESULT mRemoveSavedState; 1064 1064 1065 SnapshotData mSnapshotData;1065 ConsoleTaskData mConsoleTaskData; 1066 1066 1067 1067 /** interprocess semaphore handle for this machine */
Note:
See TracChangeset
for help on using the changeset viewer.