Changeset 36215 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 8, 2011 6:35:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r36187 r36215 9611 9611 * session machine otherwise and cause crashes or errors later 9612 9612 * when the session machine gets invalid. 9613 * 9614 * @todo: Change the MediumAttachment class to behave like any other class 9615 * in this regard by creating peer MediumAttachment objects for 9616 * session machines and share the data with the peer machine. 9613 */ 9614 /** @todo Change the MediumAttachment class to behave like any other 9615 * class in this regard by creating peer MediumAttachment 9616 * objects for session machines and share the data with the peer 9617 * machine. 9617 9618 */ 9618 9619 for (MediaData::AttachmentList::const_iterator it = mMediaData->mAttachments.begin();
Note:
See TracChangeset
for help on using the changeset viewer.