VirtualBox

Changeset 17664 in vbox


Ignore:
Timestamp:
Mar 11, 2009 8:31:55 AM (16 years ago)
Author:
vboxsync
Message:

OVF: replace no-op lock code with working lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/xml.cpp

    r17573 r17664  
    11501150                         Document &doc)
    11511151{
    1152     GlobalLock lock();
     1152    GlobalLock lock;
    11531153//     global.setExternalEntityLoader(ExternalEntityLoader);
    11541154
     
    12221222    WriteContext context(pcszFilename);
    12231223
    1224     GlobalLock lock();
     1224    GlobalLock lock;
    12251225
    12261226    /* serialize to the stream */
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