Changeset 54948 in vbox for trunk/src/VBox/Main/include/SnapshotImpl.h
- Timestamp:
- Mar 25, 2015 4:56:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SnapshotImpl.h
r50504 r54948 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ 7 5 8 6 /* 9 * Copyright (C) 2006-201 3Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 10 8 * 11 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 92 90 Snapshot *pSnapshotToIgnore); 93 91 94 HRESULT i_saveSnapshot(settings::Snapshot &data, bool aAttrsOnly); 95 HRESULT i_saveSnapshotImpl(settings::Snapshot &data, bool aAttrsOnly); 92 HRESULT i_saveSnapshot(settings::Snapshot &data) const; 93 HRESULT i_saveSnapshotImpl(settings::Snapshot &data) const; 94 HRESULT i_saveSnapshotImplOne(settings::Snapshot &data) const; 96 95 96 HRESULT i_uninitOne(AutoWriteLock &writeLock, 97 CleanupMode_T cleanupMode, 98 MediaList &llMedia, 99 std::list<Utf8Str> &llFilenames); 97 100 HRESULT i_uninitRecursively(AutoWriteLock &writeLock, 98 101 CleanupMode_T cleanupMode,
Note:
See TracChangeset
for help on using the changeset viewer.