X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6703bfe7928b4a1e570cbf8617ef79c3185accad..142456f7922d7d2a5762edc6db51558dbb7e1294:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 780ce4c..f67ab66 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -1,137 +1,5 @@ -#import "ITMTRemote.h" - - -@implementation ITMTRemote - -+ (id)remote -{ - return nil; -} - -- (NSString *)title -{ - return nil; -} - -- (NSString *)information; -{ - return nil; -} - -- (NSImage *)icon -{ - return nil; -} - -- (BOOL)begin -{ - return NO; -} - -- (BOOL)halt -{ - return NO; -} - -- (int)numberOfPlaylists -{ - return 0; -} - -- (int)numberOfSongsInPlaylistAtIndex:(int)index -{ - return 0; -} - -- (NSString *)classOfPlaylistAtIndex:(int)index -{ - return nil; -} - -- (int)currentPlaylistIndex -{ - return nil; -} - -- (NSString *)songTitleAtIndex:(int)index -{ - return nil; -} - -- (int)currentSongIndex -{ - return nil; -} - -- (NSString *)currentSongTitle -{ - return nil; -} - -- (NSString *)currentSongArtist -{ - return nil; -} - -- (NSString *)currentSongAlbum -{ - return nil; -} - -- (NSString *)currentSongGenre -{ - return nil; -} - -- (NSString *)currentSongLength -{ - return nil; -} - -- (NSString *)currentSongRemaining -{ - return nil; -} - -- (NSArray *)eqPresets; -{ - return nil; -} - -- (BOOL)play -{ - return NO; -} - -- (BOOL)pause -{ - return NO; -} - -- (BOOL)goToNextSong -{ - return NO; -} - -- (BOOL)goToPreviousSong -{ - return NO; -} - -- (BOOL)switchToPlaylistAtIndex:(int)index -{ - return NO; -} - -- (BOOL)switchToSongAtIndex:(int)index -{ - return NO; -} - -- (BOOL)switchToEQAtIndex:(int)index -{ - return NO; -} +/* Copyright (c) 2002 - 2003 by iThink Software. All Rights Reserved. */ +#import "ITMTRemote.h" -@end +// Put Implementations of Default Classes Here Soon!