OK, I fixed the currentSource stuff... we were formerly on the wrong
[MenuTunes.git] / ITMTRemote.m
index 36b82eb..8cb5178 100755 (executable)
@@ -1,4 +1,4 @@
-pen#import "ITMTRemote.h"
+#import "ITMTRemote.h"
 
 @implementation ITMTRemote
 
@@ -84,7 +84,12 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+    return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
 }
@@ -99,7 +104,17 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
-- (NSString *)currentSongUniqueIdentifier
+- (int)currentAlbumTrackCount
+{
+    return nil;
+}
+
+- (int)currentSongTrack
+{
+    return nil;
+}
+
+- (NSString *)playerStateUniqueIdentifier
 {
     return nil;
 }
@@ -139,6 +154,11 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
+- (NSString *)currentSongElapsed
+{
+    return nil;
+}
+
 - (float)currentSongRating
 {
     return nil;
@@ -149,7 +169,7 @@ pen#import "ITMTRemote.h"
     return NO;
 }
 
-- (BOOL)equalizerEnabled
+/* - (BOOL)equalizerEnabled
 {
     return NO;
 }
@@ -157,7 +177,7 @@ pen#import "ITMTRemote.h"
 - (BOOL)setEqualizerEnabled:(BOOL)enabled
 {
     return NO;
-}
+} */
 
 - (NSArray *)eqPresets
 {