Changeset 4799 for WiredClient/trunk/WCAccount.h
- Timestamp:
- 05/27/07 23:49:26 (2 years ago)
- Files:
-
- WiredClient/trunk/WCAccount.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccount.h
r4439 r4799 72 72 - (BOOL)banUsers; 73 73 - (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; 78 78 - (BOOL)setTopic; 79 79
