Changeset 21878 in vbox for trunk/src/VBox/Main/include/DVDDriveImpl.h
- Timestamp:
- Jul 30, 2009 12:42:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DVDDriveImpl.h
r21823 r21878 56 56 57 57 ComObjPtr<DVDImage> image; 58 ComPtr 58 ComPtr<IHostDVDDrive> hostDrive; 59 59 DriveState_T state; 60 60 BOOL passthrough; … … 121 121 private: 122 122 123 const ComObjPtr 124 const ComObjPtr 123 const ComObjPtr<Machine, ComWeakRef> mParent; 124 const ComObjPtr<DVDDrive> mPeer; 125 125 126 126 Backupable <Data> m;
Note:
See TracChangeset
for help on using the changeset viewer.