Finally fixed all the memory leaks, I hope. Fixed iTunesRemote to not
[MenuTunes.git] / iTunesRemote.h
index 384c24c..fc1e3a0 100755 (executable)
@@ -3,7 +3,7 @@
 //  MenuTunes
 //
 //  Created by Matt L. Judy on Sun Jan 05 2003.
-//  Copyright (c) 2003 NibFile.com. All rights reserved.
+//  Copyright (c) 2003 iThink Software. All rights reserved.
 //
 
 
@@ -14,9 +14,9 @@
 
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
-    ProcessSerialNumber iTunesPSN;
+    ProcessSerialNumber savedPSN;
 }
 - (ProcessSerialNumber)iTunesPSN;
-- (void)applicationLaunched:(NSNotification *)note;
-- (void)applicationTerminated:(NSNotification *)note;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
 @end