VirtualBox

Changeset 50174 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 23, 2014 9:22:22 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91738
Message:

Main/src-server: unify {p,m}VBox => {p,m}VirtualBox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp

    r44970 r50174  
    282282                 * restart attempts in some wedged config can cause high CPU
    283283                 * and disk load. */
    284                 ComPtr<IVirtualBox> pVBox;
    285                 rc = pVBox.createLocalObject(CLSID_VirtualBox);
     284                ComPtr<IVirtualBox> pVirtualBox;
     285                rc = pVirtualBox.createLocalObject(CLSID_VirtualBox);
    286286                if (FAILED(rc))
    287287                    cMillies = 3 * VBOXCLIENT_DEFAULT_INTERVAL;
     
    293293                        /* Update the VirtualBox reference, there's a working
    294294                         * VBoxSVC again from now on. */
    295                         pThis->mData.m_pVirtualBox = pVBox;
     295                        pThis->mData.m_pVirtualBox = pVirtualBox;
    296296                    }
    297297                    fireVBoxSVCAvailabilityChangedEvent(pThis->mData.m_pEventSource, TRUE);
Note: See TracChangeset for help on using the changeset viewer.

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