00001 #include "ProcessingFactory.hxx" 00002 #include <string> 00003 #include <set> 00004 00005 namespace CLAM 00006 { 00007 00008 ProcessingFactory& ProcessingFactory::GetInstance() 00009 { 00010 static ProcessingFactory theInstance; 00011 return theInstance; 00012 } 00013 00014 } //namespace CLAM 00015