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

Comparing branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/LatticeFactory.cpp (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 2 | Line 2 | LatticeFactory* LatticeFactory::instance = NULL;
2   #include "applications/simpleBuilder/BaseLattice.hpp"
3   #include "applications/simpleBuilder/LatticeCreator.hpp"
4  
5 + namespace oopse {
6 +
7   LatticeFactory* LatticeFactory::instance = NULL;
8   LatticeFactory::~LatticeFactory(){
9     std::map<string, BaseLatticeCreator*>::iterator mapIter;
# Line 72 | Line 74 | const  std::string LatticeFactory::toString(){
74    return result;
75   }
76  
77 +
78 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines