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