X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/38eeefe80602c6a1bac5083baef95e32d01757b1..89e6aacd25d9f355b9dac9c22973e6a5161b3f88:/MainController.h diff --git a/MainController.h b/MainController.h index c2c73ba..f4f9f7b 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -@class StatusWindowController, MenuController; +@class StatusWindowController, MenuController, NetworkController; @interface MainController : NSObject { @@ -36,6 +36,7 @@ StatusWindowController *statusWindowController; //Shows status windows MenuController *menuController; + NetworkController *networkController; NSUserDefaults *df; MTBlingController *bling; @@ -68,6 +69,13 @@ // +- (void)setServerStatus:(BOOL)newStatus; +- (BOOL)connectToServer; +- (BOOL)disconnectFromServer; +- (void)networkError:(NSException *)exception; + +// + - (ITMTRemote *)currentRemote; - (void)clearHotKeys; - (void)setupHotKeys;