Changeset 41528 in vbox for trunk/include/VBox/com
- Timestamp:
- May 31, 2012 4:48:33 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r40257 r41528 74 74 // (the snapshots tree, including the child pointers in Snapshot, 75 75 // is protected by the normal Machine object lock) 76 LOCKCLASS_ LISTOFMEDIA = 7, // list of media (hard disks, DVDs, floppies) in VirtualBox object77 LOCKCLASS_LISTOF OTHEROBJECTS = 8, // any other list of objects78 LOCKCLASS_ MEDIUMQUERY = 9, // lock used to protect Machine::queryInfo76 LOCKCLASS_MEDIUMQUERY = 7, // lock used to protect Machine::queryInfo 77 LOCKCLASS_LISTOFMEDIA = 8, // list of media (hard disks, DVDs, floppies) in VirtualBox object 78 LOCKCLASS_LISTOFOTHEROBJECTS = 9, // any other list of objects 79 79 LOCKCLASS_OTHEROBJECT = 10, // any regular object member variable lock 80 LOCKCLASS_USBLIST = 11, // temporary hack to avoid having to clean up the USB filters 81 // too much @todo r=dj get rid of this! 82 LOCKCLASS_PROGRESSLIST = 12, // list of progress objects in VirtualBox; no other object lock 80 LOCKCLASS_PROGRESSLIST = 11, // list of progress objects in VirtualBox; no other object lock 83 81 // may be held after this! 84 LOCKCLASS_OBJECTSTATE = 1 3// object state lock (handled by AutoCaller classes)82 LOCKCLASS_OBJECTSTATE = 12 // object state lock (handled by AutoCaller classes) 85 83 }; 86 84
Note:
See TracChangeset
for help on using the changeset viewer.