Skip to content

Commit

Permalink
changing notification names. Fixes Evernote#81
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa committed Dec 1, 2013
1 parent 6807d48 commit 4d83448
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
NSString * const ENAFNetworkingOperationFailingURLRequestErrorKey = @"AFNetworkingOperationFailingURLRequestErrorKey";
NSString * const ENAFNetworkingOperationFailingURLResponseErrorKey = @"AFNetworkingOperationFailingURLResponseErrorKey";

NSString * const ENAFNetworkingOperationDidStartNotification = @"com.alamofire.networking.operation.start";
NSString * const ENAFNetworkingOperationDidFinishNotification = @"com.alamofire.networking.operation.finish";
NSString * const ENAFNetworkingOperationDidStartNotification = @"com.evernote.sdk.networking.operation.start";
NSString * const ENAFNetworkingOperationDidFinishNotification = @"com.evernote.sdk.networking.operation.finish";

typedef void (^AFURLConnectionOperationProgressBlock)(NSUInteger bytes, long long totalBytes, long long totalBytesExpected);
typedef BOOL (^AFURLConnectionOperationAuthenticationAgainstProtectionSpaceBlock)(NSURLConnection *connection, NSURLProtectionSpace *protectionSpace);
Expand Down

0 comments on commit 4d83448

Please sign in to comment.