VirtualBox

Changeset 63563 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Aug 16, 2016 2:04:28 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/Main/src-all
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/DisplayUtils.cpp

    r62485 r63563  
    2828    LogFlowFunc(("u32Type = %d [%s]\n", u32Type, strStateFilePath.c_str()));
    2929
    30     /* @todo cache read data */
     30    /** @todo cache read data */
    3131    if (strStateFilePath.isEmpty())
    3232    {
     
    139139void freeSavedDisplayScreenshot(uint8_t *pu8Data)
    140140{
    141     /* @todo not necessary when caching is implemented. */
     141    /** @todo not necessary when caching is implemented. */
    142142    RTMemFree(pu8Data);
    143143}
     
    149149    LogFlowFunc(("u32ScreenId = %d [%s]\n", u32ScreenId, strStateFilePath.c_str()));
    150150
    151     /* @todo cache read data */
     151    /** @todo cache read data */
    152152    if (strStateFilePath.isEmpty())
    153153    {
  • trunk/src/VBox/Main/src-all/EventImpl.cpp

    r61774 r63563  
    210210    // must drop lock while waiting, because setProcessed() needs synchronization.
    211211    alock.release();
    212     /* @todo: maybe while loop for spurious wakeups? */
     212    /** @todo maybe while loop for spurious wakeups? */
    213213    int vrc = ::RTSemEventWait(m->mWaitEvent, aTimeout);
    214214    AssertMsg(RT_SUCCESS(vrc) || vrc == VERR_TIMEOUT || vrc == VERR_INTERRUPTED,
Note: See TracChangeset for help on using the changeset viewer.

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