Changeset 28205 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 12, 2010 1:39:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59945
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r26917 r28205 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r27927 r28205 144 144 } 145 145 146 STDMETHOD(OnSnapshotD iscarded)(IN_BSTR aMachineId,147 146 STDMETHOD(OnSnapshotDeleted)(IN_BSTR aMachineId, 147 IN_BSTR aSnapshotId) 148 148 { 149 149 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.