ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/minimizers/MinimizerFactory.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/minimizers/MinimizerFactory.hpp (file contents):
Revision 1912 by tim, Wed Jan 5 17:35:19 2005 UTC vs.
Revision 1913 by tim, Mon Jan 10 22:04:20 2005 UTC

# Line 52 | Line 52 | class MinimizerFactory {
52          typedef std::map<std::string, MinimizerCreator*> CreatorMapType;
53          typedef std::vector<std::string> IdentVectorType;
54          typedef std::vector<std::string>::iterator IdentVectorIterator;
55 +
56 +        ~MinimizerFactory();
57                      
58          /**
59           * Returns an instance of Minimizer factory
# Line 98 | Line 100 | class MinimizerFactory {
100          IdentVectorType getIdents();
101          
102      private:
103 +        MinimizerFactory() {}
104 +        
105          static MinimizerFactory* instance_;
106          CreatorMapType creatorMap_;
107   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines