Whoops. Quick fix... I forgot a change in the class files.
[MenuTunes.git] / iTunesRemote.h
index 1599e2d..384c24c 100755 (executable)
@@ -8,13 +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