00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef __MK__PatchTemplate_H___
00025 #define __MK__PatchTemplate_H___
00026
00027 #import "MKPatchTemplate.h"
00028
00029
00030 extern BOOL _MKIsClassInTemplate(MKPatchTemplate *templ, id factObj);
00031 extern NSMutableArray *_MKDeallocatedSynthPatches(MKPatchTemplate *templ, int orchIndex);
00032 extern void _MKEvalTemplateConnections(MKPatchTemplate *templ, id synthPatchContents);
00033 extern void _MKSetTemplateEMemUsage(MKPatchTemplate *templ, MKOrchMemStruct *reso);
00034 extern unsigned _MKGetTemplateEMemUsage(MKPatchTemplate *templ);
00035 extern id _MKAllocSynthPatch(MKPatchTemplate *templ, id synthPatchFactory, id anOrch, int orchIndex);
00036
00037 #endif