Changeset 15334 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 11, 2008 7:37:55 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DVDDriveImpl.h
r15051 r15334 108 108 void copyFrom (DVDDrive *aThat); 109 109 110 HRESULT unmount(); 111 110 112 // public methods for internal purposes only 111 113 // (ensure there is a caller and a read lock before calling them!) … … 118 120 private: 119 121 120 HRESULT unmount();121 122 122 const ComObjPtr <Machine, ComWeakRef> mParent; 123 123 const ComObjPtr <DVDDrive> mPeer; -
trunk/src/VBox/Main/include/FloppyDriveImpl.h
r15051 r15334 108 108 void copyFrom (FloppyDrive *aThat); 109 109 110 HRESULT unmount(); 111 110 112 // public methods for internal purposes only 111 113 // (ensure there is a caller and a read lock before calling them!) … … 118 120 private: 119 121 120 HRESULT unmount();121 122 122 const ComObjPtr <Machine, ComWeakRef> mParent; 123 123 const ComObjPtr <FloppyDrive> mPeer;
Note:
See TracChangeset
for help on using the changeset viewer.