Changeset 38745 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 13, 2011 3:01:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r38742 r38745 6301 6301 { 6302 6302 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 6303 mData->flModifications |= fModification;6303 setModified(fModification); 6304 6304 } 6305 6305
Note:
See TracChangeset
for help on using the changeset viewer.