temp code for testing time output

This commit is contained in:
Mitchell Livingston
2008-02-25 23:57:49 +00:00
parent b6856a9f5b
commit c8799f36f3
3 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
+ (NSString *) stringForRatio: (float) ratio;
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max;
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max;
- (NSComparisonResult) compareIP: (NSString *) string;