VirtualBox

Changeset 98284 in vbox for trunk


Ignore:
Timestamp:
Jan 24, 2023 12:21:05 PM (21 months ago)
Author:
vboxsync
Message:

Main/Guest Control: Resolved a @todo in GuestFileImpl::i_setFileStatus() [committed a bit too much].

File:
1 edited

Legend:

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

    r98282 r98284  
    15761576        if (GuestProcess::i_isGuestError(vrc))
    15771577        {
    1578 #ifndef VBOX_WITH_GSTCTL_NO_TOOLBOX
    15791578            GuestErrorInfo ge(GuestErrorInfo::Type_ToolStat, vrcGuest, mData.mOpenInfo.mFilename.c_str());
    15801579            hrc = setErrorBoth(VBOX_E_IPRT_ERROR, vrcGuest, tr("Querying guest file information failed: %s"),
    15811580                               GuestBase::getErrorAsString(ge).c_str());
    1582 #endif
    15831581        }
    15841582        else
     
    16111609        if (GuestProcess::i_isGuestError(vrc))
    16121610        {
    1613 #ifndef VBOX_WITH_GSTCTL_NO_TOOLBOX
    16141611            GuestErrorInfo ge(GuestErrorInfo::Type_ToolStat, vrcGuest, mData.mOpenInfo.mFilename.c_str());
    16151612            hrc = setErrorBoth(VBOX_E_IPRT_ERROR, vrcGuest, tr("Querying guest file size failed: %s"),
    16161613                               GuestBase::getErrorAsString(ge).c_str());
    1617 #endif
    16181614        }
    16191615        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