VirtualBox

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


Ignore:
Timestamp:
Jun 21, 2019 8:35:57 PM (6 years ago)
Author:
vboxsync
Message:

Main/GuestProcessImpl: Cleanups. bugref:9320

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

Legend:

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

    r77587 r79283  
    8181    static HRESULT i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc);
    8282    static ProcessWaitResult_T i_waitFlagsToResultEx(uint32_t fWaitFlags, ProcessStatus_T oldStatus, ProcessStatus_T newStatus, uint32_t uProcFlags, uint32_t uProtocol);
     83#if 0 /* unused */
    8384    static bool i_waitResultImpliesEx(ProcessWaitResult_T waitResult, ProcessStatus_T procStatus, uint32_t uProtocol);
     85#endif
    8486    /** @}  */
    8587
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r79239 r79283  
    13421342    if (newStatus == ProcessStatus_Started)
    13431343    {
    1344         /**
     1344        /*
    13451345         * Filter out waits which are *not* supported using
    13461346         * older guest control Guest Additions.
    13471347         *
    1348          ** @todo ProcessWaitForFlag_Std* flags are not implemented yet.
    13491348         */
     1349        /** @todo ProcessWaitForFlag_Std* flags are not implemented yet. */
    13501350        if (uProtocol < 99) /* See @todo above. */
    13511351        {
     
    16571657}
    16581658
     1659#if 0 /* Unused */
    16591660/* static */
    16601661bool GuestProcess::i_waitResultImpliesEx(ProcessWaitResult_T waitResult, ProcessStatus_T procStatus, uint32_t uProtocol)
     
    16871688    return fImplies;
    16881689}
     1690#endif /* unused */
    16891691
    16901692int GuestProcess::i_writeData(uint32_t uHandle, uint32_t uFlags,
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