X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/8cd402b5d3e43c95046af7ac0e4cb3cde2d622bc..01de763e5aad722c6e61891f11ba826beea60992:/MainController.h diff --git a/MainController.h b/MainController.h index 5fb00ec..c4ed84b 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1520 +#define MT_CURRENT_VERSION 1600 @class StatusWindowController, MenuController, NetworkController; @@ -43,10 +43,11 @@ NSUserDefaults *df; MTBlingController *bling; - NSTimer *registerTimer; + NSTimer *registerTimer, *_statusWindowUpdateTimer, *_audioscrobblerTimer; BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling; BOOL blinged; int _timeUpdateCount; //Keeps track of how many times the time has been updated in the info status window + int _audioscrobblerInterval; NSLock *_serverCheckLock; } + (MainController *)sharedController;