Changeset 6252 for trunk/macosx/NSStringAdditions.h
- Timestamp:
- Jun 25, 2008, 5:01:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/NSStringAdditions.h
r5117 r6252 37 37 38 38 + (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds; 39 + (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds max Digits: (NSUInteger) max;39 + (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max; 40 40 41 41 - (NSComparisonResult) compareIP: (NSString *) string;
Note: See TracChangeset
for help on using the changeset viewer.