ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/Globals.hpp
(Generate patch)

Comparing trunk/OOPSE/libBASS/Globals.hpp (file contents):
Revision 746 by mmeineke, Thu Sep 4 21:48:07 2003 UTC vs.
Revision 747 by gezelter, Fri Sep 5 21:28:52 2003 UTC

# Line 100 | Line 100 | class Globals{ (private)
100    
101   private:
102    
103 <  static const int hash_size = 23;
104 <  static const int hash_shift = 4;
103 >  int hash_size;
104 >  int hash_shift;
105    int hash( char* text );
106    void addHash( char* text, int token );
107    LinkedCommand** command_table;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines