- File:
-
- 1 edited
-
libcfa/src/concurrency/mutex_stmt.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/mutex_stmt.hfa
ra8367eb r1b97976c 41 41 } 42 42 43 static inline L * __get_p tr( L & this) {44 return & this;43 static inline L * __get_pointer( L & lock ) { 44 return &lock; 45 45 } 46 47 static inline L __get_type( L & this );48 49 static inline L __get_type( L * this );50 46 }
Note:
See TracChangeset
for help on using the changeset viewer.