VirtualBox

Ignore:
Timestamp:
Jan 3, 2017 8:52:49 PM (8 years ago)
Author:
vboxsync
Message:

Main: doxygen fixes

File:
1 edited

Legend:

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

    r65063 r65088  
    4242public:
    4343
    44     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackend)
     44    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackend)
    4545
    4646    HRESULT FinalConstruct();
     
    131131
    132132
    133 # ifdef RT_OS_DARWIN
     133# if defined(RT_OS_DARWIN) || defined(DOXYGEN_RUNNING)
    134134#  include <VBox/param.h>
    135135#  undef PAGE_SHIFT
     
    145145{
    146146public:
    147     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackendDarwin)
     147    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendDarwin)
    148148
    149149    int init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress);
     
    182182
    183183
    184 # ifdef RT_OS_LINUX
     184# if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING)
    185185#  include <stdio.h>
    186186#  ifdef VBOX_USB_WITH_SYSFS
     
    194194{
    195195public:
    196     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackendLinux)
     196    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendLinux)
    197197
    198198    int init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress);
     
    237237
    238238
    239 # ifdef RT_OS_OS2
     239# if defined(RT_OS_OS2) || defined(DOXYGEN_RUNNING)
    240240#  include <usbcalls.h>
    241241
     
    246246{
    247247public:
    248     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackend)
    249 
    250     virtual int captureDevice (HostUSBDevice *aDevice);
    251     virtual int releaseDevice (HostUSBDevice *aDevice);
     248    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendOs2)
     249
     250    virtual int captureDevice(HostUSBDevice *aDevice);
     251    virtual int releaseDevice(HostUSBDevice *aDevice);
    252252
    253253protected:
     
    273273    APIRET (APIENTRY *mpfnUsbQueryDeviceReport)(ULONG, PULONG, PVOID);
    274274};
    275 # endif /* RT_OS_LINUX */
    276 
    277 
    278 # ifdef RT_OS_SOLARIS
     275# endif /* RT_OS_OS2 */
     276
     277
     278# if defined(RT_OS_SOLARIS) || defined(DOXYGEN_RUNNING)
    279279#  include <libdevinfo.h>
    280280
     
    285285{
    286286public:
    287     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackendSolaris)
     287    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendSolaris)
    288288
    289289    int init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress);
     
    293293    virtual void removeFilter (void *aID);
    294294
    295     virtual int captureDevice (HostUSBDevice *aDevice);
    296     virtual int releaseDevice (HostUSBDevice *aDevice);
     295    virtual int captureDevice(HostUSBDevice *aDevice);
     296    virtual int releaseDevice(HostUSBDevice *aDevice);
    297297    virtual void captureDeviceCompleted(HostUSBDevice *aDevice, bool aSuccess);
    298298    virtual void releaseDeviceCompleted(HostUSBDevice *aDevice, bool aSuccess);
     
    313313
    314314
    315 # ifdef RT_OS_WINDOWS
     315# if defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
    316316/**
    317317 * The Windows hosted USB Proxy Backend.
     
    320320{
    321321public:
    322     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackendWindows)
     322    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendWindows)
    323323
    324324    int init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress);
     
    328328    virtual void removeFilter (void *aID);
    329329
    330     virtual int captureDevice (HostUSBDevice *aDevice);
    331     virtual int releaseDevice (HostUSBDevice *aDevice);
     330    virtual int captureDevice(HostUSBDevice *aDevice);
     331    virtual int releaseDevice(HostUSBDevice *aDevice);
    332332
    333333    virtual bool i_isDevReEnumerationRequired();
     
    344344# endif /* RT_OS_WINDOWS */
    345345
    346 # ifdef RT_OS_FREEBSD
     346# if defined(RT_OS_FREEBSD) || defined(DOXYGEN_RUNNING)
    347347/**
    348348 * The FreeBSD hosted USB Proxy Backend.
     
    351351{
    352352public:
    353     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackendFreeBSD)
     353    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendFreeBSD)
    354354
    355355    int init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress);
     
    402402{
    403403public:
    404     DECLARE_EMPTY_CTOR_DTOR (USBProxyBackendUsbIp)
     404    DECLARE_EMPTY_CTOR_DTOR(USBProxyBackendUsbIp)
    405405
    406406    int init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress);
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