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