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/src-server/os2/USBProxyBackendOs2.cpp

    r62485 r65088  
    7777                }
    7878
    79                 LogRel(("USBProxyServiceOs2: failed to register change notification, rc=%d\n", rc));
     79                LogRel(("USBProxyBackendOs2: failed to register change notification, rc=%d\n", rc));
    8080            }
    8181            else
    82                 LogRel(("USBProxyServiceOs2: failed to load usbcalls\n"));
     82                LogRel(("USBProxyBackendOs2: failed to load usbcalls\n"));
    8383
    8484            DosFreeModule(mhmod);
    8585        }
    8686        else
    87             LogRel(("USBProxyServiceOs2: failed to load usbcalls, rc=%d\n", rc));
     87            LogRel(("USBProxyBackendOs2: failed to load usbcalls, rc=%d\n", rc));
    8888        mhmod = NULLHANDLE;
    8989    }
     
    9999 * Stop all service threads and free the device chain.
    100100 */
    101 USBProxyServiceOs2::~USBProxyServiceOs2()
     101USBProxyBackendOs2::~USBProxyBackendOs2()
    102102{
    103103    LogFlowThisFunc(("\n"));
     
    128128
    129129
    130 int USBProxyServiceOs2::captureDevice(HostUSBDevice *aDevice)
     130int USBProxyBackendOs2::captureDevice(HostUSBDevice *aDevice)
    131131{
    132132    AssertReturn(aDevice, VERR_GENERAL_FAILURE);
     
    147147
    148148
    149 int USBProxyServiceOs2::releaseDevice(HostUSBDevice *aDevice)
     149int USBProxyBackendOs2::releaseDevice(HostUSBDevice *aDevice)
    150150{
    151151    AssertReturn(aDevice, VERR_GENERAL_FAILURE);
     
    166166
    167167
    168 bool USBProxyServiceOs2::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
     168bool USBProxyBackendOs2::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
    169169                                           SessionMachine **aIgnoreMachine)
    170170{
     
    176176
    177177
    178 int USBProxyServiceOs2::wait(RTMSINTERVAL aMillies)
     178int USBProxyBackendOs2::wait(RTMSINTERVAL aMillies)
    179179{
    180180    int rc = DosWaitEventSem(mhev, aMillies);
     
    183183
    184184
    185 int USBProxyServiceOs2::interruptWait(void)
     185int USBProxyBackendOs2::interruptWait(void)
    186186{
    187187    int rc = DosPostEventSem(mhev);
     
    193193#include <stdio.h>
    194194
    195 PUSBDEVICE USBProxyServiceOs2::getDevices(void)
     195PUSBDEVICE USBProxyBackendOs2::getDevices(void)
    196196{
    197197    /*
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