VirtualBox

Ignore:
Timestamp:
Feb 21, 2012 12:48:41 PM (13 years ago)
Author:
vboxsync
Message:

VBoxGuest: BOOL -> bool.

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r38882 r40195  
    734734                KUSER_SHARED_DATA *pSharedUserData = (KUSER_SHARED_DATA *)KI_USER_SHARED_DATA;
    735735
    736                 pDevExt->fVRDPEnabled            = TRUE;
     736                pDevExt->fVRDPEnabled            = true;
    737737                LogRel(("VBoxGuest::vboxguestwinIOCtl: ENABLE_VRDP_SESSION: Current active console ID: 0x%08X\n",
    738738                        pSharedUserData->ActiveConsoleId));
     
    751751                KUSER_SHARED_DATA *pSharedUserData = (KUSER_SHARED_DATA *)KI_USER_SHARED_DATA;
    752752
    753                 pDevExt->fVRDPEnabled            = FALSE;
     753                pDevExt->fVRDPEnabled            = false;
    754754                Log(("VBoxGuest::vboxguestwinIOCtl: DISABLE_VRDP_SESSION: Current active console ID: 0x%08X\n",
    755755                     pSharedUserData->ActiveConsoleId));
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r40194 r40195  
    712712#ifdef
    713713#ifdef VBOX_WITH_VRDP_SESSION_HANDLING
    714     pDevExt->fVRDPEnabled = FALSE;
     714    pDevExt->fVRDPEnabled = false;
    715715#endif
    716716    pDevExt->f32PendingEvents = 0;
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r39515 r40195  
    113113    /** The memory object reserving space for the guest mappings. */
    114114    RTR0MEMOBJ                  hGuestMappings;
    115 
    116115    /** Spinlock protecting the signaling and resetting of the wait-for-event
    117116     * semaphores as well as the event acking in the ISR. */
     
    131130     * the other lists which are only evaluated till the first thread has
    132131     * been woken up. */
    133     RTLISTANCHOR               HGCMWaitList;
     132    RTLISTANCHOR                HGCMWaitList;
    134133#endif
    135134#ifdef VBOXGUEST_USE_DEFERRED_WAKE_UP
     
    152151    RTSPINLOCK                  SessionSpinlock;
    153152#ifdef VBOX_WITH_VRDP_SESSION_HANDLING
    154     BOOL                        fVRDPEnabled;
     153    bool                        fVRDPEnabled;
    155154#endif
    156155    /** Memory balloon information for RTR0MemObjAllocPhysNC(). */
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