Developer Area

Changeset 653

Show
Ignore:
Timestamp:
01/15/10 15:09:49 (2 months ago)
Author:
henri
Message:

Reverted to unsigned int for account index

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • apps/iphone/my.tel/trunk/Classes/RootViewController.h

    r641 r653  
    2929        NSString *dataFilePath; 
    3030        NSMutableArray *accountsArray; 
    31         NSInteger currentDomainIndex;           // index of the current domain in the current account (set from the account view controller) 
     31        NSUInteger currentDomainIndex;          // index of the current domain in the current account (set from the account view controller) 
    3232@private 
    3333        BOOL mustLogin; 
    34         NSInteger _currentAccountIndex;         // accountsArray index of the account being edited or viewed 
     34        NSUInteger _currentAccountIndex;                // accountsArray index of the account being edited or viewed 
    3535} 
    3636 
    3737- (void)loginToCurrentAccount; 
    38 - (void)loginToAccountAtIndex:(NSInteger)accountIndex forced:(BOOL)forced; 
     38- (void)loginToAccountAtIndex:(NSUInteger)accountIndex forced:(BOOL)forced; 
    3939- (void)postLoginProcess:(NSDictionary *)parsedJson; 
    40 - (void)displayControllerForAccountAtIndex:(NSInteger)accountIndex; 
    41 - (void)editAccountAtIndex:(NSInteger)accountIndex; 
     40- (void)displayControllerForAccountAtIndex:(NSUInteger)accountIndex; 
     41- (void)editAccountAtIndex:(NSUInteger)accountIndex; 
    4242- (void)deleteCurrentAccount; 
    4343 
     
    4848@property (nonatomic, retain) NSString *dataFilePath; 
    4949@property (nonatomic, retain) NSMutableArray *accountsArray; 
    50 @property (nonatomic) NSInteger currentAccountIndex; 
     50@property (nonatomic) NSUInteger currentAccountIndex; 
    5151@property (nonatomic, readonly) NSDictionary *currentAccount; 
    5252 
Telnic
Search This Site
Partners
Neustar
ICANN
Main site | WHOIS | Sell .tel | FAQ | Archived Site | About Telnic | Contact Us