VirtualBox

Ignore:
Timestamp:
Aug 13, 2007 2:04:12 PM (17 years ago)
Author:
vboxsync
Message:

Main/Frontends: Added missing IConsoleCallback notifications (onDVDDriveChange, onFloppyDriveChange, onNetworkAdapterChange, onSerialPortChange, onParallelPortChange, onVRDPServerChange, onUSBControllerChange, onSharedFolderChange) to track third party configuration requests in frontends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r4071 r4131  
    167167    HRESULT onDVDDriveChange();
    168168    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);
    172172    HRESULT onVRDPServerChange();
    173173    HRESULT onUSBControllerChange();
     
    192192    void processRemoteUSBDevices (uint32_t u32ClientId, VRDPUSBDEVICEDESC *pDevList, uint32_t cbDevList);
    193193
    194     // callback callers
     194    // callback callers (partly; for some events console callbacks are notified
     195    // directly from IInternalSessionControl event handlers declared above)
    195196    void onMousePointerShapeChange(bool fVisible, bool fAlpha,
    196197                                   uint32_t xHot, uint32_t yHot,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette