Changeset 6076 in vbox for trunk/src/VBox/Main/include/DVDDriveImpl.h
- Timestamp:
- Dec 14, 2007 7:23:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DVDDriveImpl.h
r5999 r6076 1 /* $Id$ */ 2 1 3 /** @file 2 4 * … … 90 92 // public methods only for internal purposes 91 93 94 HRESULT loadSettings (const settings::Key &aMachineNode); 95 HRESULT saveSettings (settings::Key &aMachineNode); 96 92 97 bool isModified() { AutoLock alock (this); return mData.isBackedUp(); } 93 98 bool isReallyModified() { AutoLock alock (this); return mData.hasActualChanges(); }
Note:
See TracChangeset
for help on using the changeset viewer.