X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/34a2a6ce5cce484c5b8dcd413efa1181130fbab0..HEAD:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ea9faef..a3d85d3 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -1,17 +1,13 @@ /* * MenuTunes - * StatusWindowController - * Abstraction layer between MainController and StatusWindow + * StatusWindowController.h * - * Original Author : Matthew Judy - * Responsibility : Matthew Judy + * Abstraction layer between MainController and StatusWindow. * - * Copyright (c) 2003 iThink Software. - * All Rights Reserved + * Copyright (c) 2003 iThink Software * */ - #import #import "ITMTRemote.h" #import "StatusWindow.h" @@ -34,7 +30,6 @@ typedef enum { StatusWindowShuffleType, StatusWindowShufflabilityType, StatusWindowSetupType, - StatusWindowRegistrationType, StatusWindowNetworkType, StatusWindowPreferencesType, StatusWindowDebugType @@ -57,7 +52,6 @@ typedef enum { - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode; - (void)showSongShufflabilityWindow:(BOOL)shufflable; - (void)showSetupQueryWindow; -- (void)showRegistrationQueryWindow; - (void)showReconnectQueryWindow; - (void)showNetworkErrorQueryWindow; - (void)showPreferencesUpdateWindow;