Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
[Network] renamed TTURLRequestUseDefaultTimeout to TTURLRequestUseQue…
Browse files Browse the repository at this point in the history
…ueTimeout
  • Loading branch information
tonklon committed Feb 11, 2011
1 parent 604a5fa commit 8537f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Three20Network/Headers/TTURLRequest.h
Expand Up @@ -28,7 +28,7 @@
*
* @see timeoutInterval
*/
extern const NSTimeInterval TTURLRequestUseDefaultTimeout;
extern const NSTimeInterval TTURLRequestUseQueueTimeout;

@protocol TTURLRequestDelegate;
@protocol TTURLResponse;
Expand Down Expand Up @@ -197,10 +197,10 @@ extern const NSTimeInterval TTURLRequestUseDefaultTimeout;
* the defaultTimeout of the TTURLRequestQueue. <b>This differs from behaviour of
* NSURLRequest.</b> Given a negative timeoutInterval NSURLRequest always fails.
*
* You should use the TTURLRequestUseDefaultTimeout constant to improve
* You should use the TTURLRequestUseQueueTimeout constant to improve
* code readabillity, instead of negative numbers.
*
* The default value is TTURLRequestUseDefaultTimeout
* The default value is TTURLRequestUseQueueTimeout
*
* @par from NSURLRequest.h:
*
Expand Down

0 comments on commit 8537f33

Please sign in to comment.