Changeset 26156 in vbox for trunk/src/VBox/Main/AudioAdapterImpl.cpp
- Timestamp:
- Feb 2, 2010 4:30:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57170
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/AudioAdapterImpl.cpp
r26088 r26156 420 420 } 421 421 422 bool AudioAdapter::isReallyModified()423 {424 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);425 return mData.hasActualChanges();426 }427 428 422 /** 429 423 * @note Locks this object for writing.
Note:
See TracChangeset
for help on using the changeset viewer.