Changeset 749 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 7, 2007 2:49:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDiskImpl.h
r351 r749 167 167 void updatePaths (const char *aOldPath, const char *aNewPath); 168 168 169 /* the se must be are called from under the lock */169 /* the following must be called from under the lock */ 170 170 bool isBusy() { isLockedOnCurrentThread(); return mBusy; } 171 171 unsigned readers() { isLockedOnCurrentThread(); return mReaders; } 172 const Bstr &lastAccessError() const { return mLastAccessError; } 172 173 173 174 // for VirtualBoxSupportErrorInfoImpl
Note:
See TracChangeset
for help on using the changeset viewer.