ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/shstr.C
(Generate patch)

Comparing deliantra/server/common/shstr.C (file contents):
Revision 1.30 by root, Sat May 3 11:14:50 2008 UTC vs.
Revision 1.31 by root, Tue Jul 29 02:00:55 2008 UTC

30 30
31#include "global.h" 31#include "global.h"
32 32
33size_t shstr_alloc; 33size_t shstr_alloc;
34 34
35typedef std::tr1::unordered_set <const char *, str_hash, str_equal, slice_allocator<const char *>, true> HT; 35typedef std::tr1::unordered_set <const char *, str_hash, str_equal, slice_allocator<const char *> > HT;
36 36
37static HT ht; 37static HT ht;
38static int next_gc; 38static int next_gc;
39 39
40static const char * 40static const char *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines