ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/interface_implementation/Globals.cpp
(Generate patch)

Comparing trunk/mdtools/interface_implementation/Globals.cpp (file contents):
Revision 118 by chuckv, Wed Sep 25 22:51:14 2002 UTC vs.
Revision 134 by chuckv, Fri Oct 11 15:09:09 2002 UTC

# Line 812 | Line 812 | void Globals::addHash( char* text, int token ){
812    key = hash( text );
813    the_element->setNext( command_table[key] );
814    command_table[key] = the_element;
815 < };
815 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines