VirtualBox

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

scm: cleaning up todos

Location:
trunk/src/VBox/Runtime/common/misc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/aiomgr.cpp

    r62570 r63561  
    510510     */
    511511    if (   !fAlignedReq
    512         /** @todo: || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)
     512        /** @todo || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)
    513513    {
    514514        /* Create bounce buffer. */
     
    519519        pReq->offBounceBuffer = pReq->off - offStart;
    520520
    521         /** @todo: I think we need something like a RTMemAllocAligned method here.
     521        /** @todo I think we need something like a RTMemAllocAligned method here.
    522522         * Current assumption is that the maximum alignment is 4096byte
    523523         * (GPT disk on Windows)
     
    867867        {
    868868            /* Something bad happened. */
    869             /** @todo: */
     869            /** @todo */
    870870        }
    871871        else
     
    10761076        else
    10771077        {
    1078             /** @todo: Real S/G buffer support. */
     1078            /** @todo Real S/G buffer support. */
    10791079            rtAioMgrReqFree(pAioMgr, pReq);
    10801080            rc = VERR_NOT_SUPPORTED;
  • trunk/src/VBox/Runtime/common/misc/json.cpp

    r62564 r63561  
    355355    return   rtJsonTokenizerIsEos(pTokenizer)
    356356           ? '\0'
    357            : pTokenizer->achBuf[pTokenizer->offBuf + 1]; /** @todo: Read out of bounds */
     357           : pTokenizer->achBuf[pTokenizer->offBuf + 1]; /** @todo Read out of bounds */
    358358}
    359359
     
    10591059        case RTJSONTOKENCLASS_EOS:
    10601060        default:
    1061             /** @todo: Error info */
     1061            /** @todo Error info */
    10621062            rc = VERR_JSON_MALFORMED;
    10631063            break;
  • trunk/src/VBox/Runtime/common/misc/s3.cpp

    r62635 r63561  
    972972    char *apszHead[5] =
    973973    {
    974         /* todo: For now we use octet-stream for all types. Later we should try
     974        /** @todo For now we use octet-stream for all types. Later we should try
    975975         * to set the right one (libmagic from the file packet could be a
    976976         * candidate for finding the right type). */
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