Changeset 34121 in vbox for trunk/src/VBox/Main/ConsoleVRDPServer.cpp
- Timestamp:
- Nov 16, 2010 4:29:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r33963 r34121 758 758 hrc = server->mConsole->machine()->GetExtraData(com::Bstr(extraData).raw(), 759 759 bstrValue.asOutParam()); 760 if (FAILED(hrc) || bstrValue.isEmpty())760 if (FAILED(hrc)) 761 761 { 762 762 rc = VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.