Changeset 70a4ed5 for libcfa/src/bits


Ignore:
Timestamp:
Jun 1, 2023, 11:55:09 AM (11 months ago)
Author:
caparsons <caparson@…>
Branches:
ast-experimental, master
Children:
fc0996a
Parents:
8913de4
Message:

refactored to remove return val from on_selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/weakso_locks.cfa

    r8913de4 r70a4ed5  
    3030bool register_select( blocking_lock & this, select_node & node ) { return false; }
    3131bool unregister_select( blocking_lock & this, select_node & node ) { return false; }
    32 bool on_selected( blocking_lock & this, select_node & node ) { return true; }
     32void on_selected( blocking_lock & this, select_node & node ) {}
    3333
Note: See TracChangeset for help on using the changeset viewer.