Changeset 70a4ed5 for libcfa/src/bits
- Timestamp:
- Jun 1, 2023, 11:55:09 AM (21 months ago)
- Branches:
- ast-experimental, master
- Children:
- fc0996a
- Parents:
- 8913de4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/bits/weakso_locks.cfa ¶
r8913de4 r70a4ed5 30 30 bool register_select( blocking_lock & this, select_node & node ) { return false; } 31 31 bool unregister_select( blocking_lock & this, select_node & node ) { return false; } 32 bool on_selected( blocking_lock & this, select_node & node ) { return true;}32 void on_selected( blocking_lock & this, select_node & node ) {} 33 33
Note: See TracChangeset
for help on using the changeset viewer.