Changeset 25881 in vbox for trunk/include/VBox/com
- Timestamp:
- Jan 18, 2010 11:29:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r25880 r25881 388 388 * 389 389 * In addition to utility methods for subclasses, this implements the public 390 * leave/enter/maybe Leave/maybeEnter methods, which are common to all390 * leave/enter/maybeEnter methods, which are common to all 391 391 * write locks. 392 392 */ … … 417 417 void leave(); 418 418 void enter(); 419 void maybeLeave();420 419 void maybeEnter(); 421 420 };
Note:
See TracChangeset
for help on using the changeset viewer.