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

Comparing branches/new_design/OOPSE-4/src/applications/simpleBuilder/LatticeFactory.hpp (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 17 | Line 17 | class LatticeFactory{ (public)
17          bool registerCreator( BaseLatticeCreator*  latCreator );
18  
19  
20 <    bool hasLatticeCreator( const string& latticeType );
20 >    bool hasLatticeCreator( const std::string& latticeType );
21  
22      const  std::string toString();
23  
24 <    BaseLattice* createLattice( const string& latticeType );
24 >    BaseLattice* createLattice( const std::string& latticeType );
25      
26   private:
27          LatticeFactory(){}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines