ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/Component.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/types/Component.hpp (file contents):
Revision 3172 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 3173 by gezelter, Fri Jul 13 18:10:52 2007 UTC

# Line 44 | Line 44 | class Component : public DataHolder {
44   #include "types/DataHolder.hpp"
45   #include "types/MoleculeStamp.hpp"
46   namespace oopse {
47 < class Component : public DataHolder {
47 >  class Component : public DataHolder {
48      DeclareParameter(Type, std::string);
49      DeclareParameter(NMol, int);
50 <
51 <    public:
52 <        Component();
53 <        virtual ~Component();
54 <        virtual void validate();
55 <        MoleculeStamp* getMoleculeStamp() { return moleculeStamp_;}
56 <        bool findMoleculeStamp(const std::map<std::string, MoleculeStamp*>& molStamps);
57 <    private:
58 <        MoleculeStamp* moleculeStamp_;
59 < };
50 >    
51 >  public:
52 >    Component();
53 >    virtual ~Component();
54 >    virtual void validate();
55 >    MoleculeStamp* getMoleculeStamp() { return moleculeStamp_;}
56 >    bool findMoleculeStamp(const std::map<std::string, MoleculeStamp*>& molStamps);
57 >  private:
58 >    MoleculeStamp* moleculeStamp_;
59 >  };
60   }
61
61   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines