X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/865eb081d76064bc6ec16c44f6ac976a9b1a62b3..HEAD:/AudioscrobblerController.h diff --git a/AudioscrobblerController.h b/AudioscrobblerController.h index a2dc6c4..2e7f436 100644 --- a/AudioscrobblerController.h +++ b/AudioscrobblerController.h @@ -1,13 +1,10 @@ /* * MenuTunes - * AudioscrobblerController - * Audioscrobbler Support Class + * AudioscrobblerController.h * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland + * Audioscrobbler Support Class. * - * Copyright (c) 2005 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 iThink Software * */ @@ -23,6 +20,7 @@ typedef enum { @interface AudioscrobblerController : NSObject { BOOL _handshakeCompleted; + int _handshakeAttempts; AudioscrobblerStatus _currentStatus; NSMutableArray *_tracks, *_submitTracks; NSDate *_delayDate;