Show
Ignore:
Timestamp:
05/27/07 23:49:26 (2 years ago)
Author:
morris
Message:

Use NSInteger and NSUInteger everywhere

Make sure we use l in %d and %u format specifiers since they will be long on 64-bit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCAccount.h

    r4439 r4799  
    7272- (BOOL)banUsers; 
    7373- (BOOL)cannotBeKicked; 
    74 - (unsigned int)downloadSpeedLimit; 
    75 - (unsigned int)uploadSpeedLimit; 
    76 - (unsigned int)downloadLimit; 
    77 - (unsigned int)uploadLimit; 
     74- (NSUInteger)downloadSpeedLimit; 
     75- (NSUInteger)uploadSpeedLimit; 
     76- (NSUInteger)downloadLimit; 
     77- (NSUInteger)uploadLimit; 
    7878- (BOOL)setTopic; 
    7979