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 1828 by tim, Thu Dec 2 05:04:20 2004 UTC vs.
Revision 1829 by tim, Thu Dec 2 05:14:58 2004 UTC

# Line 18 | Line 18 | bool LatticeFactory::registerCreator( BaseLatticeCreat
18   }
19  
20   bool LatticeFactory::registerCreator( BaseLatticeCreator*  latCreator ){  
21 <   std::stringlatticeType = latCreator->getType();
21 >   std::string latticeType = latCreator->getType();
22     std::map<string, BaseLatticeCreator*>::iterator mapIter;
23  
24    mapIter = creatorMap.find(latticeType);
# Line 57 | Line 57 | const  std::stringLatticeFactory::toString(){
57      return false;
58   }
59  
60 < const  std::stringLatticeFactory::toString(){
61 <   std::stringresult;
60 > const  std::string LatticeFactory::toString(){
61 >   std::string result;
62     std::map<string, BaseLatticeCreator*>::iterator mapIter;
63  
64    result = "Avaliable lattice creators in LatticeFactory are:\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines