Changeset 81425 in vbox for trunk/src/VBox/Main/include/SnapshotImpl.h
- Timestamp:
- Oct 21, 2019 6:19:39 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SnapshotImpl.h
r76562 r81425 93 93 Snapshot *pSnapshotToIgnore); 94 94 95 void i_updateNVRAMPaths(const Utf8Str &strOldPath, 96 const Utf8Str &strNewPath); 97 void i_updateNVRAMPathsImpl(const Utf8Str &strOldPath, 98 const Utf8Str &strNewPath); 99 95 100 HRESULT i_saveSnapshot(settings::Snapshot &data) const; 96 101 HRESULT i_saveSnapshotImpl(settings::Snapshot &data) const;
Note:
See TracChangeset
for help on using the changeset viewer.