X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cbfd2ad43203ac08fdff12a54ba4e346a746980e..8cd402b5d3e43c95046af7ac0e4cb3cde2d622bc:/MainController.h diff --git a/MainController.h b/MainController.h index 2623557..5fb00ec 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1500 +#define MT_CURRENT_VERSION 1520 @class StatusWindowController, MenuController, NetworkController; @@ -44,8 +44,9 @@ MTBlingController *bling; NSTimer *registerTimer; - BOOL timerUpdating, _checkingForServer, _popped, _open; + 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;