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

Comparing branches/new_design/OOPSE-3.0/src/applications/simpleBuilder/LatticeFactory.cpp (file contents):
Revision 1831 by tim, Thu Dec 2 05:14:58 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 34 | Line 34 | BaseLattice* LatticeFactory::createLattice( const stri
34    }
35   }
36  
37 < BaseLattice* LatticeFactory::createLattice( const string& latticeType ){
37 > BaseLattice* LatticeFactory::createLattice( const std::string& latticeType ){
38     std::map<string, BaseLatticeCreator*>::iterator mapIter;
39    
40    mapIter = creatorMap.find(latticeType);
# Line 46 | Line 46 | bool LatticeFactory::hasLatticeCreator( const string&
46      return NULL;
47   }
48  
49 < bool LatticeFactory::hasLatticeCreator( const string& latticeType ){
49 > bool LatticeFactory::hasLatticeCreator( const std::string& latticeType ){
50     std::map<string, BaseLatticeCreator*>::iterator mapIter;
51  
52    mapIter = creatorMap.find(latticeType);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines