Searched defs:llDiffAttachmentsToDelete (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp2145 std::list< ComObjPtr<MediumAttachment> > llDiffAttachmentsToDelete; local
2164 llDiffAttachmentsToDelete.push_back(pAttach);
2190 for (std::list< ComObjPtr<MediumAttachment> >::iterator it = llDiffAttachmentsToDelete.begin();
2191 it != llDiffAttachmentsToDelete.end();

Completed in 55 milliseconds