git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Intermediary checkin, just to mark my place and back up, in case Panther decides...
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
80cccb7
..
96fecda
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-84,7
+84,12
@@
return nil;
}
return nil;
}
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+ return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
}
{
return nil;
}
@@
-109,7
+114,7
@@
return nil;
}
return nil;
}
-- (NSString *)
currentSong
UniqueIdentifier
+- (NSString *)
playerState
UniqueIdentifier
{
return nil;
}
{
return nil;
}
@@
-149,6
+154,16
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongElapsed
+{
+ return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+ return nil;
+}
+
- (float)currentSongRating
{
return nil;
- (float)currentSongRating
{
return nil;