Changeset 4131 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Aug 13, 2007 2:04:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r4071 r4131 167 167 HRESULT onDVDDriveChange(); 168 168 HRESULT onFloppyDriveChange(); 169 HRESULT onNetworkAdapterChange (INetworkAdapter *networkAdapter);170 HRESULT onSerialPortChange (ISerialPort *serialPort);171 HRESULT onParallelPortChange (IParallelPort *parallelPort);169 HRESULT onNetworkAdapterChange (INetworkAdapter *aNetworkAdapter); 170 HRESULT onSerialPortChange (ISerialPort *aSerialPort); 171 HRESULT onParallelPortChange (IParallelPort *aParallelPort); 172 172 HRESULT onVRDPServerChange(); 173 173 HRESULT onUSBControllerChange(); … … 192 192 void processRemoteUSBDevices (uint32_t u32ClientId, VRDPUSBDEVICEDESC *pDevList, uint32_t cbDevList); 193 193 194 // callback callers 194 // callback callers (partly; for some events console callbacks are notified 195 // directly from IInternalSessionControl event handlers declared above) 195 196 void onMousePointerShapeChange(bool fVisible, bool fAlpha, 196 197 uint32_t xHot, uint32_t yHot,
Note:
See TracChangeset
for help on using the changeset viewer.