Changeset 24196 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 30, 2009 2:39:34 PM (15 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r24136 r24196 206 206 struct SSData 207 207 { 208 Bstr mStateFilePath;208 Utf8Str mStateFilePath; 209 209 }; 210 210 … … 1019 1019 // used when saving state 1020 1020 Guid mProgressId; 1021 Bstr mStateFilePath;1021 Utf8Str mStateFilePath; 1022 1022 }; 1023 1023 -
trunk/src/VBox/Main/include/SnapshotImpl.h
r23223 r24196 89 89 // public methods only for internal purposes 90 90 91 const Bstr& stateFilePath() const;91 const Utf8Str& stateFilePath() const; 92 92 93 93 ComObjPtr<Snapshot> parent() const
Note:
See TracChangeset
for help on using the changeset viewer.