ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/LatticeFactory.hpp
(Generate patch)

Comparing trunk/OOPSE-1.0/utils/sysbuilder/LatticeFactory.hpp (file contents):
Revision 1423 by tim, Wed Jul 28 04:58:20 2004 UTC vs.
Revision 1429 by tim, Wed Jul 28 20:29:49 2004 UTC

# Line 14 | Line 14 | class LatticeFactory{ (public)
14  
15          static LatticeFactory* getInstance();
16  
17 <        bool registerCreator( const LatticeCreator*  latCreator );
17 >        bool registerCreator( BaseLatticeCreator*  latCreator );
18  
19  
20      bool hasLatticeCreator( const string& latticeType );
# Line 26 | Line 26 | class LatticeFactory{ (public)
26   private:
27          LatticeFactory(){}
28      static LatticeFactory* instance;
29 <    map<string, const BaseLatticeCreator*> creatorMap;
29 >    map<string,  BaseLatticeCreator*> creatorMap;
30   };
31   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines