VirtualBox

Ignore:
Timestamp:
Dec 5, 2013 6:53:18 PM (11 years ago)
Author:
vboxsync
Message:

6813 - stage 3 rev 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r49778 r49795  
    18571857            {
    18581858                Medium *pCached = *itCached;
    1859                 const Utf8Str strLocationCached = pCached->getLocationFull();
     1859                const Utf8Str strLocationCached = pCached->i_getLocationFull();
    18601860                bool fFound = false;
    18611861                for (MediaList::iterator itNew = llNew.begin();
     
    18641864                {
    18651865                    Medium *pNew = *itNew;
    1866                     const Utf8Str strLocationNew = pNew->getLocationFull();
     1866                    const Utf8Str strLocationNew = pNew->i_getLocationFull();
    18671867                    if (strLocationNew == strLocationCached)
    18681868                    {
     
    18831883            {
    18841884                Medium *pNew = *itNew;
    1885                 const Utf8Str strLocationNew = pNew->getLocationFull();
     1885                const Utf8Str strLocationNew = pNew->i_getLocationFull();
    18861886                bool fFound = false;
    18871887                for (MediaList::iterator itCached = pllCached->begin();
     
    18901890                {
    18911891                    Medium *pCached = *itCached;
    1892                     const Utf8Str strLocationCached = pCached->getLocationFull();
     1892                    const Utf8Str strLocationCached = pCached->i_getLocationFull();
    18931893                    if (strLocationNew == strLocationCached)
    18941894                    {
     
    19391939            AutoCaller mediumCaller(pThis);
    19401940            AutoReadLock mediumLock(pThis COMMA_LOCKVAL_SRC_POS);
    1941             if (pThis->getId() == uuid)
     1941            if (pThis->i_getId() == uuid)
    19421942            {
    19431943                pMedium = pThis;
     
    19791979            AutoCaller mediumCaller(pThis);
    19801980            AutoReadLock mediumLock(pThis COMMA_LOCKVAL_SRC_POS);
    1981             if (pThis->getLocationFull() == strLocationFull)
     1981            if (pThis->i_getLocationFull() == strLocationFull)
    19821982            {
    19831983                pMedium = pThis;
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