VirtualBox

Changeset 42412 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 26, 2012 2:48:08 PM (12 years ago)
Author:
vboxsync
Message:

build fix

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImpl.h

    r42411 r42412  
    102102                               IGuestProcess **aProcess);
    103103    STDMETHOD(ProcessGet)(ULONG aPID, IGuestProcess **aProcess);
     104#if 0
    104105    STDMETHOD(SetTimeout)(ULONG aTimeoutMS);
     106#endif
    105107    STDMETHOD(SymlinkCreate)(IN_BSTR aSource, IN_BSTR aTarget, SymlinkType_T aType);
    106108    STDMETHOD(SymlinkExists)(IN_BSTR aSymlink, BOOL *aExists);
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r42411 r42412  
    10171017                 fWaitFlags, uTimeoutMS, mData.mStatus, mData.mWaitCount, mData.mWaitEvent));
    10181018
    1019     ProcessStatus curStatus = mData.mStatus;
     1019    ProcessStatus_T curStatus = mData.mStatus;
    10201020
    10211021    guestResult.mResult = ProcessWaitResult_None;
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r42411 r42412  
    11051105}
    11061106
     1107#if 0
    11071108STDMETHODIMP GuestSession::SetTimeout(ULONG aTimeoutMS)
    11081109{
     
    11241125#endif /* VBOX_WITH_GUEST_CONTROL */
    11251126}
     1127#endif
    11261128
    11271129STDMETHODIMP GuestSession::SymlinkCreate(IN_BSTR aSource, IN_BSTR aTarget, SymlinkType_T aType)
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