00001 #ifndef APLUGINSET_H 00002 #define APLUGINSET_H 00003 00004 #include "edl.inc" 00005 #include "pluginset.h" 00006 00007 class APluginSet : public PluginSet 00008 { 00009 public: 00010 APluginSet(EDL *edl, Track *track); 00011 ~APluginSet(); 00012 00013 Plugin* create_plugin(); 00014 }; 00015 00016 #endif
1.5.5