- Timestamp:
- Jan 25, 2007 8:00:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r300 r330 146 146 void ConsoleVRDPServer::SetCallback (void) 147 147 { 148 #ifdef VBOX_VRDP 148 149 /* This is called after VM is created and allows the server to accept client connection. */ 149 150 if (mhServer && mpfnVRDPSetCallback) … … 151 152 mpfnVRDPSetCallback (mhServer, mConsole->getVrdpServerCallback (), mConsole); 152 153 } 154 #endif 153 155 } 154 156
Note:
See TracChangeset
for help on using the changeset viewer.