VirtualBox

Ignore:
Timestamp:
Jul 17, 2009 1:41:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50237
Message:

Main: back out r50147 until the locking is properly understood; will come back.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r21622 r21686  
    6464class ATL_NO_VTABLE VirtualBox :
    6565    public VirtualBoxBaseWithChildrenNEXT,
    66     public VirtualBoxSupportErrorInfoImpl<VirtualBox, IVirtualBox>,
    67     public VirtualBoxSupportTranslation<VirtualBox>,
     66    public VirtualBoxSupportErrorInfoImpl <VirtualBox, IVirtualBox>,
     67    public VirtualBoxSupportTranslation <VirtualBox>,
    6868    VBOX_SCRIPTABLE_IMPL(IVirtualBox)
    6969#ifdef RT_OS_WINDOWS
     
    359359    RWLockHandle *hardDiskTreeLockHandle() { return &mHardDiskTreeLockHandle; }
    360360
    361     RWLockHandle *snapshotTreeLockHandle() { return &mSnapshotTreeLockHandle; }
    362 
    363361    /* for VirtualBoxSupportErrorInfoImpl */
    364362    static const wchar_t *getComponentName() { return L"VirtualBox"; }
     
    509507    RWLockHandle mHardDiskTreeLockHandle;
    510508    RWLockHandle mChildrenMapLockHandle;
    511     RWLockHandle mSnapshotTreeLockHandle;
    512509
    513510    static Bstr sVersion;
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