Differences From Artifact [e4ecfab482]:
- File src/exceptions/OFMutexStillLockedException.m — part of check-in [fb515e8e24] at 2012-10-09 15:07:30 on branch trunk — Make use of instancetype. (user: js, size: 1578) [annotate] [blame] [check-ins using]
To Artifact [b67597220c]:
- File
src/exceptions/OFMutexStillLockedException.m
— part of check-in
[0a55edad35]
at
2012-10-26 11:04:41
on branch trunk
— Split OFThread.m into multiple files.
It was time to finally have one file per class. (user: js, size: 1577) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
14 15 16 17 18 19 20 | * file. */ #include "config.h" #import "OFMutexStillLockedException.h" #import "OFString.h" | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | * file. */ #include "config.h" #import "OFMutexStillLockedException.h" #import "OFString.h" #import "OFMutex.h" #import "OFNotImplementedException.h" @implementation OFMutexStillLockedException + (instancetype)exceptionWithClass: (Class)class_ mutex: (OFMutex*)mutex { |
︙ | ︙ |