VirtualBox

Changeset 74777 in vbox for trunk


Ignore:
Timestamp:
Oct 11, 2018 5:32:56 PM (6 years ago)
Author:
vboxsync
Message:

Main: Started implementing the IDataStream interface [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/DataStreamImpl.cpp

    r74776 r74777  
    173173     * Manage the result.
    174174     */
    175     HRESULT hrc;
     175    HRESULT hrc = S_OK;
    176176    if (   RT_SUCCESS(vrc)
    177177        && m_aBuffer.size())
     
    187187        vrc = RTSemEventSignal(m_hSemEvtBufSpcAvail);
    188188        AssertRC(vrc);
    189         hrc = S_OK;
    190189    }
    191190    else
Note: See TracChangeset for help on using the changeset viewer.

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