Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/mutex_stmt.hfa

    r1b97976c ra8367eb  
    4141    }
    4242
    43     static inline L * __get_pointer( L & lock ) {
    44         return &lock;
     43    static inline L * __get_ptr( L & this ) {
     44        return &this;
    4545    }
     46
     47    static inline L __get_type( L & this );
     48
     49    static inline L __get_type( L * this );
    4650}
Note: See TracChangeset for help on using the changeset viewer.