Changeset 25842 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 14, 2010 6:50:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r25834 r25842 648 648 } 649 649 650 /** 651 * Override of the default locking class to be used for validating lock 652 * order with the standard member lock handle. 653 */ 654 virtual VBoxLockingClass getLockingClass() const 655 { 656 return LOCKCLASS_MACHINEOBJECT; 657 } 658 650 659 /// @todo (dmik) add lock and make non-inlined after revising classes 651 660 // that use it. Note: they should enter Machine lock to keep the returned
Note:
See TracChangeset
for help on using the changeset viewer.