VirtualBox

vbox的更動 63565 路徑 trunk/src/VBox/HostServices


忽略:
時間撮記:
2016-8-16 下午02:05:19 (8 年 以前)
作者:
vboxsync
訊息:

scm: cleaning up todos

位置:
trunk/src/VBox/HostServices
檔案:
修改 4 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp

    r62804 r63565  
    143143    if (RT_SUCCESS(rc))
    144144    {
    145         /* @todo check a duplicate. */
     145        /** @todo check a duplicate. */
    146146
    147147        RTListAppend(&pCtx->listProviders, &pProvider->nodeContext);
     
    164164    if (RT_SUCCESS(rc))
    165165    {
    166         /* @todo check that the provider is in the list. */
    167         /* @todo mark the provider as invalid in each instance. also detach channels? */
     166        /** @todo check that the provider is in the list. */
     167        /** @todo mark the provider as invalid in each instance. also detach channels? */
    168168
    169169        RTListNodeRemove(&pProvider->nodeContext);
  • trunk/src/VBox/HostServices/HostChannel/service.cpp

    r62876 r63565  
    262262                        uint32_t u32Handle = 0;
    263263
    264                         /* @todo make sure that pvName is a nul terminated */
     264                        /** @todo make sure that pvName is a nul terminated */
    265265                        rc = vboxHostChannelAttach(pClient, &u32Handle, (const char *)pvName, u32Flags);
    266266
     
    533533                                uint32_t u32SizeDataReturned = 0;
    534534
    535                                 /* @todo make sure that pvName is a nul terminated */
     535                                /** @todo make sure that pvName is a nul terminated */
    536536                                rc = vboxHostChannelQuery(pClient, (const char *)pvName, u32Code,
    537537                                                          pvParm, cbParm,
  • 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
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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