Changeset 23884 in vbox
- Timestamp:
- Oct 19, 2009 6:55:38 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r23882 r23884 1845 1845 { 1846 1846 ComPtr<ISnapshot> currentSnapshot; 1847 rc = machine-> GetCurrentSnapshot(currentSnapshot.asOutParam());1847 rc = machine->COMGETTER(CurrentSnapshot)(currentSnapshot.asOutParam()); 1848 1848 if (SUCCEEDED(rc)) 1849 1849 {
Note:
See TracChangeset
for help on using the changeset viewer.