00001 /* 00002 $Id: _ArielQP.h 13 1999-07-29 01:26:19Z leigh $ 00003 Defined In: The MusicKit 00004 */ 00005 /* 00006 $Log$ 00007 Revision 1.2 1999/07/29 01:25:58 leigh 00008 Added Win32 compatibility, CVS logs, SBs changes 00009 00010 */ 00011 #ifndef __MK__ArielQP_H___ 00012 #define __MK__ArielQP_H___ 00013 00014 #import "ArielQP.h" 00015 00016 @interface ArielQP(Private) 00017 -_setSatSoundIn:(BOOL)yesOrNo; 00018 @end 00019 00020 @interface ArielQPSat(Private) 00021 -_setHubSoundOut:(BOOL)yesOrNo; 00022 @end 00023 00024 00025 00026 #endif