Changeset 40288 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Feb 29, 2012 9:11:59 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestImpl.cpp
r40205 r40288 333 333 Bstr bstr; 334 334 hrc = ptrMachine->GetGuestPropertyValue(Bstr("/VirtualBox/GuestAdd/Version").raw(), bstr.asOutParam()); 335 if (SUCCEEDED(hrc)) 335 if ( SUCCEEDED(hrc) 336 && !bstr.isEmpty()) 336 337 { 337 338 Utf8Str str(bstr);
Note:
See TracChangeset
for help on using the changeset viewer.