CLAM-Development  1.4.0
ProcessingFactory.cxx
Go to the documentation of this file.
1 #include "ProcessingFactory.hxx"
2 #include <string>
3 #include <set>
4 
5 namespace CLAM
6 {
7 
9 {
10  static ProcessingFactory theInstance;
11  return theInstance;
12 }
13 
14 } //namespace CLAM
15