VirtualBox

Changeset 38293 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 3, 2011 9:33:11 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73300
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp

    r38290 r38293  
    11721172/**
    11731173 * Gets the next stream block from a formerly processed guest stream. Will return
    1174  * E_PENDING if not enough guest stream data was read yet, otherwise S_OK or an appropriate
     1174 * E_UNEXPECTED if not enough guest stream data was read yet, otherwise S_OK or an appropriate
    11751175 * error.
    11761176 *
     
    11871187    SafeArray<BYTE> aOutputData;
    11881188    ULONG cbOutputData = 0;
    1189     int vrc = VINF_SUCCESS;
    11901189    for (;;)
    11911190    {
     
    12261225        {
    12271226            if (vrc == VERR_MORE_DATA)
    1228                 rc = E_PENDING; /** @todo Find a better rc! */
     1227                rc = E_UNEXPECTED; /** @todo Find a better rc! */
    12291228            break;
    12301229        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette