VirtualBox

Changeset 36521 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Apr 4, 2011 12:24:23 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70942
Message:

iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is now the official C++ class prefix for IPRT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r36405 r36521  
    9191        /** Used to provide some thread safety missing in libxml2 (see e.g.
    9292         *  XmlTreeBackend::read()) */
    93         RTLockMtx lock;
     93        RTCLockMtx lock;
    9494    }
    9595    sxml;  /* XXX naming this xml will break with gcc-3.3 */
     
    387387{
    388388    PFNEXTERNALENTITYLOADER pOldLoader;
    389     RTLock lock;
     389    RTCLock lock;
    390390
    391391    Data()
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