- File:
-
- 1 edited
-
libcfa/src/concurrency/locks.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.cfa
r70a4ed5 r5a05946 239 239 } 240 240 241 void on_selected( blocking_lock & this, select_node & node ) {}241 bool on_selected( blocking_lock & this, select_node & node ) { return true; } 242 242 243 243 //-----------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.