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

Comparing branches/new_design/OOPSE-4/src/integrators/IntegratorFactory.hpp (file contents):
Revision 1912 by tim, Thu Dec 2 22:15:31 2004 UTC vs.
Revision 1913 by tim, Mon Jan 10 22:04:20 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines