Changeset 25906 in vbox for trunk/include/VBox/com
- Timestamp:
- Jan 18, 2010 6:33:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r25885 r25906 397 397 * 398 398 * In addition to utility methods for subclasses, this implements the public 399 * leave/enter /maybeEntermethods, which are common to all399 * leave/enter methods, which are common to all 400 400 * write locks. 401 401 */ … … 426 426 void leave(); 427 427 void enter(); 428 void maybeEnter();429 428 }; 430 429
Note:
See TracChangeset
for help on using the changeset viewer.