ProcessingFactory.cxx

Go to the documentation of this file.
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 
Generated by  doxygen 1.6.3