VirtualBox

Changeset 749 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Feb 7, 2007 2:49:33 PM (18 years ago)
Author:
vboxsync
Message:

Main: Fixed: Don't try to delete the image file of a differencing VDI on unregistration if the last accessibility check for this VDI failed.

File:
1 edited

Legend:

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

    r351 r749  
    167167    void updatePaths (const char *aOldPath, const char *aNewPath);
    168168
    169     /* these must be are called from under the lock */
     169    /* the following must be called from under the lock */
    170170    bool isBusy() { isLockedOnCurrentThread(); return mBusy; }
    171171    unsigned readers() { isLockedOnCurrentThread(); return mReaders; }
     172    const Bstr &lastAccessError() const { return mLastAccessError; }
    172173
    173174    // for VirtualBoxSupportErrorInfoImpl
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