Changeset 12127 in vbox for trunk/src/VBox
- Timestamp:
- Sep 5, 2008 12:42:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36080
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r11820 r12127 1132 1132 { 1133 1133 mpEntryPoints->VRDPEnableConnections (mhServer, true); 1134 } 1135 #endif /* VBOX_WITH_VRDP */ 1136 } 1137 1138 void ConsoleVRDPServer::DisconnectClient (uint32_t u32ClientId, bool fReconnect) 1139 { 1140 #ifdef VBOX_WITH_VRDP 1141 if (mpEntryPoints && mhServer) 1142 { 1143 mpEntryPoints->VRDPDisconnect (mhServer, u32ClientId, fReconnect); 1134 1144 } 1135 1145 #endif /* VBOX_WITH_VRDP */
Note:
See TracChangeset
for help on using the changeset viewer.