VirtualBox

Ignore:
Timestamp:
Feb 13, 2012 8:33:20 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76249
Message:

HostServices/SharedFolders: fix test case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp

    r39612 r40108  
    137137
    138138extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath)
     139{
     140 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
     141    ARRAY_FROM_PATH(testRTDirOpenName, pszPath);
     142    *ppDir = testRTDirOpenpDir;
     143    testRTDirOpenpDir = 0;
     144    return VINF_SUCCESS;
     145}
     146
     147/** @todo Do something useful with the last two arguments. */
     148extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t)
    139149{
    140150 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
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