ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/LatticeCreator.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/LatticeCreator.hpp (file contents):
Revision 1890 by tim, Thu Dec 2 16:04:19 2004 UTC vs.
Revision 1891 by tim, Wed Dec 15 22:34:41 2004 UTC

# Line 4 | Line 4
4   #include "applications/simpleBuilder/BaseLattice.hpp"
5  
6  
7 + namespace oopse {
8  
9   class BaseLatticeCreator{
10    public:
# Line 24 | Line 25 | class LatticeCreator : public BaseLatticeCreator (publ
25          virtual BaseLattice* createLattice()  { return new LatticeClass();}
26   };
27  
28 + }
29   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines