Changeset 38717 in vbox for trunk/include/VBox/com
- Timestamp:
- Sep 12, 2011 2:48:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r30501 r38717 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 76 76 LOCKCLASS_LISTOFMEDIA = 7, // list of media (hard disks, DVDs, floppies) in VirtualBox object 77 77 LOCKCLASS_LISTOFOTHEROBJECTS = 8, // any other list of objects 78 LOCKCLASS_OTHEROBJECT = 9, // any regular object member variable lock 79 LOCKCLASS_USBLIST = 10, // temporary hack to avoid having to clean up the USB filters 78 LOCKCLASS_MEDIUMQUERY = 9, // lock used to protect Machine::queryInfo 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 80 81 // too much @todo r=dj get rid of this! 81 LOCKCLASS_PROGRESSLIST = 1 1, // list of progress objects in VirtualBox; no other object lock82 LOCKCLASS_PROGRESSLIST = 12, // list of progress objects in VirtualBox; no other object lock 82 83 // may be held after this! 83 LOCKCLASS_OBJECTSTATE = 1 2// object state lock (handled by AutoCaller classes)84 LOCKCLASS_OBJECTSTATE = 13 // object state lock (handled by AutoCaller classes) 84 85 }; 85 86
Note:
See TracChangeset
for help on using the changeset viewer.