Whoops. Quick fix... I forgot a change in the class files.
[MenuTunes.git] / iTunesRemote.h
index 0fbfa55..384c24c 100755 (executable)
@@ -8,14 +8,15 @@
 
 
 #import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
 #import <ITMTRemote/ITMTRemote.h>
 #import <ITFoundation/ITFoundation.h>
 
-
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
-    
+    ProcessSerialNumber iTunesPSN;
 }
-
-
+- (ProcessSerialNumber)iTunesPSN;
+- (void)applicationLaunched:(NSNotification *)note;
+- (void)applicationTerminated:(NSNotification *)note;
 @end