Changeset 31228 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 29, 2010 7:44:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64239
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r31218 r31228 778 778 HRESULT detachDevice(MediumAttachment *pAttach, 779 779 AutoWriteLock &writeLock, 780 Snapshot *pSnapshot, 780 781 bool *pfNeedsSaveSettings); 782 HRESULT detachAllMedia(AutoWriteLock &writeLock, 783 Snapshot *pSnapshot, 784 MediaList &llMedia); 781 785 782 786 void commitMedia(bool aOnline = false); -
trunk/src/VBox/Main/include/SnapshotImpl.h
r30764 r31228 33 33 34 34 class ATL_NO_VTABLE Snapshot : 35 public VirtualBoxBase, // WithTypedChildren<Snapshot>,35 public VirtualBoxBase, 36 36 VBOX_SCRIPTABLE_IMPL(ISnapshot) 37 37 { … … 124 124 HRESULT saveSnapshotImpl(settings::Snapshot &data, bool aAttrsOnly); 125 125 126 HRESULT uninitRecursively(AutoWriteLock &writeLock, 127 MediaList &llMedia, 128 std::list<Utf8Str> &llFilenames); 129 126 130 private: 127 131 struct Data; // opaque, defined in SnapshotImpl.cpp
Note:
See TracChangeset
for help on using the changeset viewer.