Differences From Artifact [e651da53f2]:
- File src/exceptions/OFConditionWaitFailedException.m — part of check-in [fb515e8e24] at 2012-10-09 15:07:30 on branch trunk — Make use of instancetype. (user: js, size: 1590) [annotate] [blame] [check-ins using]
To Artifact [f57be4081a]:
- File
src/exceptions/OFConditionWaitFailedException.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: 1593) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
14 15 16 17 18 19 20 | * file. */ #include "config.h" #import "OFConditionWaitFailedException.h" #import "OFString.h" | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
* file.
*/
#include "config.h"
#import "OFConditionWaitFailedException.h"
#import "OFString.h"
#import "OFCondition.h"
#import "OFNotImplementedException.h"
@implementation OFConditionWaitFailedException
+ (instancetype)exceptionWithClass: (Class)class_
condition: (OFCondition*)condition
{
|
| ︙ | ︙ |