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

Comparing branches/new_design/OOPSE-4/src/minimizers/MinimizerCreator.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 38 | Line 38 | class MinimizerCreator {
38   */
39   class MinimizerCreator {
40      public:
41 <        MinimizerCreator(const std::string& ident);
41 >        MinimizerCreator(const std::string& ident) : ident_(ident) {}
42  
43          const std::string& getIdent() const { return ident_; }
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines