Changeset 37244 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 30, 2011 8:28:07 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r35801 r37244 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 832 832 ULONG ulValue; 833 833 LONG64 i64Value; 834 835 rptrVirtualBox->COMGETTER(APIVersion)(str.asOutParam()); 836 RTPrintf("API version: %ls\n", str.raw()); 834 837 835 838 systemProperties->COMGETTER(MinGuestRAM)(&ulValue);
Note:
See TracChangeset
for help on using the changeset viewer.