Changeset 63567 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Aug 16, 2016 2:06:54 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110222
- Location:
- trunk/src/VBox/ExtPacks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp
r63419 r63567 765 765 766 766 pThis->irq = irq_lvl; 767 /// @todo:remove after properly enabling RC/GC support767 /// @todo remove after properly enabling RC/GC support 768 768 fGCEnabled = fR0Enabled = false; 769 769 Log(("busmouse: IRQ=%d fGCEnabled=%RTbool fR0Enabled=%RTbool\n", irq_lvl, fGCEnabled, fR0Enabled)); -
trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
r63420 r63567 817 817 return; 818 818 } 819 /// @todo:more orders819 /// @todo more orders 820 820 } 821 821 } … … 930 930 RT_NOREF(pInstance); 931 931 932 /// @todo:what's behavior for this. hide doesn't seems right932 /// @todo what's behavior for this. hide doesn't seems right 933 933 //rfbSetCursor(pInstance->mVNCServer, NULL); 934 934 } … … 1050 1050 break; 1051 1051 } 1052 /// @todo lots more queries to implement1052 /// @todo lots more queries to implement 1053 1053 default: 1054 1054 break; … … 1128 1128 else if (pCallbacks->u64Version == VRDE_INTERFACE_VERSION_1) 1129 1129 { 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. 1131 1131 mCallbacks = (VRDECALLBACKS_4 *)pCallbacks; 1132 1132 mCallback = pvCallback; … … 1299 1299 VNCServerImpl *instance = static_cast<VNCServerImpl *>(cl->screen->screenData); 1300 1300 1301 /// @todo:we need auth user here1301 /// @todo we need auth user here 1302 1302 1303 1303 instance->mCallbacks->VRDECallbackClientConnect(instance->mCallback, (int)cl->sock);
Note:
See TracChangeset
for help on using the changeset viewer.