VirtualBox

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


Ignore:
Timestamp:
Mar 8, 2018 12:30:38 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121202
Message:

Committed a bit too much (r121201).

File:
1 edited

Legend:

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

    r71272 r71273  
    994994    dirOpenInfo.mFlags  = 0; /** @todo Handle flags? */
    995995
    996 RT_BREAKPOINT();
    997 
    998996    ComObjPtr <GuestDirectory> pDir; int rcGuest;
    999997    rc = mSession->i_directoryOpenInternal(dirOpenInfo, pDir, &rcGuest);
     
    10201018    }
    10211019
    1022 RT_BREAKPOINT();
    1023 
    10241020    ComObjPtr<GuestFsObjInfo> fsObjInfo;
    10251021    while (RT_SUCCESS(rc = pDir->i_readInternal(fsObjInfo, &rcGuest)))
     
    10331029        AssertComRC(hr2);
    10341030
    1035         LONG64 lCT = 0;
    1036         hr2 = fsObjInfo->COMGETTER(ChangeTime)(&lCT);
    1037         AssertComRC(hr2);
    1038 
    10391031        Utf8Str strName(bstrName);
    1040 
    1041         LogRel(("strName=%s, lCT=%RI64\n", strName.c_str(), lCT));
    10421032
    10431033        switch (enmObjType)
     
    10561046                    && !RTStrSimplePatternMatch(strFilter.c_str(), strName.c_str()))
    10571047                    fSkip = true;
    1058 
    1059     fSkip = true;
    10601048
    10611049                if (   fRecursive
     
    11001088        rc = VINF_SUCCESS;
    11011089
    1102 RT_BREAKPOINT();
    1103 
    11041090    pDir->i_closeInternal(&rcGuest);
    1105 
    1106 RT_BREAKPOINT();
    11071091
    11081092    LogFlowFunc(("Leaving '%s', rc=%Rrc\n", strSrcCur.c_str(), rc));
Note: See TracChangeset for help on using the changeset viewer.

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