VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:05:19 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110220
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/HostServices/SharedFolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/HostServices/SharedFolders/service.cpp

    r62787 r63565  
    687687                else if (flags & SHFL_LOCK_WAIT)
    688688                {
    689                     /* @todo This should be properly implemented by the shared folders service.
     689                    /** @todo This should be properly implemented by the shared folders service.
    690690                     *       The service thread must never block. If an operation requires
    691691                     *       blocking, it must be processed by another thread and when it is
  • TabularUnified trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r62876 r63565  
    476476        {
    477477            /* For now, we do not treat a failure here as fatal. */
    478             /* @todo Also set the size for SHFL_CF_ACT_CREATE_IF_NEW if
     478            /** @todo Also set the size for SHFL_CF_ACT_CREATE_IF_NEW if
    479479                     SHFL_CF_ACT_FAIL_IF_EXISTS is set. */
    480480            RTFileSetSize(pHandle->file.Handle, pParms->Info.cbObject);
     
    489489        }
    490490#if 0
    491         /* @todo */
     491        /** @todo */
    492492        /* Set new attributes. */
    493493        if (   (   SHFL_CF_ACT_REPLACE_IF_EXISTS
     
    970970
    971971    if (*pcbBuffer == 0)
    972         return VINF_SUCCESS; /* @todo correct? */
     972        return VINF_SUCCESS; /** @todo correct? */
    973973
    974974
     
    13611361    }
    13621362
    1363     /* @todo other options */
     1363    /** @todo other options */
    13641364    Assert(flags == (SHFL_INFO_GET|SHFL_INFO_FILE));
    13651365
     
    14691469        }
    14701470    }
    1471     /* TODO: mode for directories */
     1471    /** @todo mode for directories */
    14721472
    14731473    if (rc == VINF_SUCCESS)
     
    15491549    }
    15501550
    1551     /* @todo other options */
     1551    /** @todo other options */
    15521552    Assert(flags == (SHFL_INFO_GET|SHFL_INFO_VOLUME));
    15531553
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