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

Comparing branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/LatticeFactory.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 3 | Line 3
3   #include <map>
4   #include <string>
5  
6 + namespace oopse {
7  
7
8   class BaseLatticeCreator;
9   class BaseLattice;
10  
# Line 28 | Line 28 | class LatticeFactory{ (private)
28      static LatticeFactory* instance;
29       std::map<string,  BaseLatticeCreator*> creatorMap;
30   };
31 +
32 + }
33   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines