eb5b6e4 Convert collection to use sized values.

3 files Authored by dpal 14 years ago, Committed by sgallagh 14 years ago,
    Convert collection to use sized values.
    
    This patch replaces int with int32_t,
    unsigned with uint32_t, long with int64_t,
    unsigned long with uint64_t as values
    that collection can store and hold.
    
        
file modified
+24 -24