Changeset 43388 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 21, 2012 9:51:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r43384 r43388 2121 2121 if (RT_SUCCESS(rc)) 2122 2122 { 2123 /* @todo contexts should be in a list for accounting. */ 2123 2124 *ppvChannel = pCtx; 2124 2125 } … … 2136 2137 2137 2138 TSMFHOSTCHANNELCTX *pCtx = (TSMFHOSTCHANNELCTX *)pvChannel; 2139 2140 pCtx->pThis->m_interfaceTSMF.VRDETSMFChannelClose(pCtx->pThis->mhServer, pCtx->u32ChannelHandle); 2138 2141 /* @todo */ 2139 2142 }
Note:
See TracChangeset
for help on using the changeset viewer.