VirtualBox

Changeset 63567 in vbox for trunk/src/VBox/ExtPacks


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

scm: cleaning up todos

Location:
trunk/src/VBox/ExtPacks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp

    r63419 r63567  
    765765
    766766    pThis->irq = irq_lvl;
    767     ///@todo: remove after properly enabling RC/GC support
     767    /// @todo remove after properly enabling RC/GC support
    768768    fGCEnabled = fR0Enabled = false;
    769769    Log(("busmouse: IRQ=%d fGCEnabled=%RTbool fR0Enabled=%RTbool\n", irq_lvl, fGCEnabled, fR0Enabled));
  • trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp

    r63420 r63567  
    817817                    return;
    818818                }
    819             ///@todo: more orders
     819            /// @todo more orders
    820820            }
    821821        }
     
    930930    RT_NOREF(pInstance);
    931931
    932     ///@todo: what's behavior for this. hide doesn't seems right
     932    /// @todo what's behavior for this. hide doesn't seems right
    933933    //rfbSetCursor(pInstance->mVNCServer, NULL);
    934934}
     
    10501050            break;
    10511051        }
    1052         ///@todo lots more queries to implement
     1052        /// @todo lots more queries to implement
    10531053        default:
    10541054            break;
     
    11281128    else if (pCallbacks->u64Version == VRDE_INTERFACE_VERSION_1)
    11291129    {
    1130         ///@todo: this is incorrect and it will cause crash if client call unsupport func.
     1130        /// @todo this is incorrect and it will cause crash if client call unsupport func.
    11311131        mCallbacks = (VRDECALLBACKS_4 *)pCallbacks;
    11321132        mCallback = pvCallback;
     
    12991299    VNCServerImpl *instance = static_cast<VNCServerImpl *>(cl->screen->screenData);
    13001300
    1301     ///@todo: we need auth user here
     1301    /// @todo we need auth user here
    13021302
    13031303    instance->mCallbacks->VRDECallbackClientConnect(instance->mCallback, (int)cl->sock);
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