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/HostChannel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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,
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