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

Comparing branches/new_design/OOPSE-3.0/src/UseTheForce/ForceFieldFactory.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 51 | Line 51 | class ForceFieldFactory {
51          typedef std::map<std::string, ForceFieldCreator*> CreatorMapType;
52          typedef std::vector<std::string> IdentVectorType;
53          typedef std::vector<std::string>::iterator IdentVectorIterator;
54 +
55 +        ~ForceFieldFactory();
56                      
57          /**
58           * Returns an instance of ForceField factory
# Line 97 | Line 99 | class ForceFieldFactory {
99          IdentVectorType getIdents();
100          
101      private:
102 +        ForceFieldFactory() {}
103 +        
104          static ForceFieldFactory* instance_;
105          CreatorMapType creatorMap_;
106   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines