Changeset 31219 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 29, 2010 3:16:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64227
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r31217 r31219 1945 1945 if (details == VMINFO_FULL) 1946 1946 { 1947 rc = guest->COMGETTER(AdditionsV BoxVersion)(guestString.asOutParam());1947 rc = guest->COMGETTER(AdditionsVersion)(guestString.asOutParam()); 1948 1948 if ( SUCCEEDED(rc) 1949 1949 && !guestString.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.