00001 #ifndef ProcessingFactory_hxx 00002 #define ProcessingFactory_hxx 00003 00004 #include "Processing.hxx" 00005 #include "Factory.hxx" 00006 00007 namespace CLAM 00008 { 00009 00010 class ProcessingFactory : public Factory<Processing> 00011 { 00012 public: 00013 static ProcessingFactory& GetInstance(); 00014 }; 00015 00016 } //namespace CLAM 00017 00018 #endif 00019