VirtualBox

Changeset 42674 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Aug 8, 2012 8:14:13 AM (13 years ago)
Author:
vboxsync
Message:

Build fix.

Location:
trunk/src/VBox/Main/src-client
Files:
3 edited

Legend:

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

    r42673 r42674  
    583583int GuestFsObjData::FromLs(const GuestProcessStreamBlock &strmBlk)
    584584{
    585     LogFlowFuncEnter(("\n"));
     585    LogFlowFunc(("\n"));
    586586
    587587    int rc = VINF_SUCCESS;
     
    620620int GuestFsObjData::FromStat(const GuestProcessStreamBlock &strmBlk)
    621621{
    622     LogFlowFuncEnter(("\n"));
     622    LogFlowFunc(("\n"));
    623623
    624624    int rc = VINF_SUCCESS;
  • trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp

    r42673 r42674  
    328328                /* Create the object. */
    329329                ComObjPtr<GuestFsObjInfo> pFsObjInfo;
    330                 HRESULT hr = pFsObjInfo.createObject();
     330                hr = pFsObjInfo.createObject();
    331331                if (FAILED(hr)) throw VERR_COM_UNEXPECTED;
    332332
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r42673 r42674  
    13711371
    13721372        GuestProcessWaitResult waitRes;
    1373         int rc = waitFor(ProcessWaitForFlag_Start, uTimeoutMS, waitRes);
     1373        rc = waitFor(ProcessWaitForFlag_Start, uTimeoutMS, waitRes);
    13741374        if (   RT_FAILURE(rc)
    13751375            || (    waitRes.mResult == ProcessWaitResult_Start
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