mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-27 00:01:00 +08:00
Finished cleanup of HTTP AUTH and XML Support. Ready to tag 0.9.1
This commit is contained in:
@@ -42,11 +42,11 @@ static const NSInteger kMaxConcurrentLoads = 5;
|
||||
_totalLoading = 0;
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self
|
||||
selector:@selector(responseDidLoad:)
|
||||
name:kRKResponseReceivedNotification
|
||||
name:RKResponseReceivedNotification
|
||||
object:nil];
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self
|
||||
selector:@selector(responseDidLoad:)
|
||||
name:kRKRequestFailedWithErrorNotification
|
||||
name:RKRequestFailedWithErrorNotification
|
||||
object:nil];
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user