00001 /* Copyright 1988-1992, NeXT Inc. All rights reserved. */ 00002 /* 00003 $Id: ScorePerformerPrivate.h 3255 2005-05-14 03:27:27Z leighsmith $ 00004 Defined In: The MusicKit 00005 */ 00006 /* 00007 $Log$ 00008 Revision 1.3 2005/05/14 03:27:27 leighsmith 00009 Clean up of parameter names to correct doxygen warnings 00010 00011 Revision 1.2 1999/07/29 01:25:56 leigh 00012 Added Win32 compatibility, CVS logs, SBs changes 00013 00014 */ 00015 #ifndef __MK__ScorePerformer_H___ 00016 #define __MK__ScorePerformer_H___ 00017 00018 #import "MKScorePerformer.h" 00019 00020 @interface MKScorePerformer(Private) 00021 00022 -_partPerformerDidDeactivate: (id) sender; 00023 -_deactivate; 00024 00025 @end 00026 00027 00028 00029 #endif