ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/LatticeCreator.hpp
(Generate patch)

Comparing trunk/OOPSE-1.0/utils/sysbuilder/LatticeCreator.hpp (file contents):
Revision 1423 by tim, Wed Jul 28 04:58:20 2004 UTC vs.
Revision 1429 by tim, Wed Jul 28 20:29:49 2004 UTC

# Line 21 | Line 21 | class LatticeCreator : public BaseLatticeCreator (publ
21   {
22   public:
23          LatticeCreator(const string& latticeType): BaseLatticeCreator(latticeType) {}
24 <        virtual BaseLattice* createLattice() const { return new LatticeClass();}
24 >        virtual BaseLattice* createLattice()  { return new LatticeClass();}
25   };
26  
27   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines