X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ca5ccb3472e33cd85f4ba7aee7e3ebe4e348b04e..95bfc9d0fa830da8615ed00808ff347df2f50eb5:/MainController.h diff --git a/MainController.h b/MainController.h index 86efb71..7348a81 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1510 +#define MT_CURRENT_VERSION 1600 @class StatusWindowController, MenuController, NetworkController; @@ -43,9 +43,10 @@ NSUserDefaults *df; MTBlingController *bling; - NSTimer *registerTimer; - BOOL timerUpdating, _checkingForServer, _popped, _open; + 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 NSLock *_serverCheckLock; } + (MainController *)sharedController;