VirtualBox

Changeset 73361 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Jul 25, 2018 7:46:52 PM (6 years ago)
Author:
vboxsync
Message:

Main/VBoxSDS:?bugref:3300: fixed tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/VirtualBoxClientListImpl.cpp

    r73358 r73361  
    8181                        RTTHREADFLAGS_WAITABLE,
    8282                        "CLWatcher");
    83         Assert(RT_SUCCESS(rc));
     83    Assert(RT_SUCCESS(rc));
    8484    if (RT_SUCCESS(rc))
    8585    {
     
    138138/**
    139139 * Deregister all staled VBoxSVC through VBoxSDS and forcebly close VBoxSVC process
    140  * @param       ThreadSelf      current thread id
    141  * @param       pvUser          pointer to CClientListWatcher that created this thread.
     140 * @param   ThreadSelf  current thread id
     141 * @param   pvUser      pointer to CClientListWatcher that created this thread.
    142142 */
    143143DECLCALLBACK(int) CClientListWatcher::WatcherWorker(RTTHREAD ThreadSelf, void *pvUser)
     
    258258 * Deregister API client to add it to API client list
    259259 * API client process calls this function at start to include this process to client list
    260  * @param       aPid    process ID of registering client process
     260 * @param   aPid    process ID of registering client process
    261261 */
    262262HRESULT VirtualBoxClientList::registerClient(LONG aPid)
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