Call for vote on MS-RFC-17: Dynamic allocation of symbols, layers, etc.

Daniel Morissette dmorissette at MAPGEARS.COM
Sun Jul 15 08:52:54 EDT 2007


Stephen Woodbridge wrote:
> 
> Reviewing RFC-17, I have a question. You reference code like:
> 
> int numsymbols;
> int maxsymbols;
> symbolObj **symbol;
> 
> 
> Are these globals, or should they be references to variables in the map 
> object so that each map object keeps its own lists of symbols. Likewise 
> for the other dynamic arrays.
> 

As mentioned in the RFC, these are members of the symbolSetObj struct, 
so they are not global.

Daniel
-- 
Daniel Morissette
http://www.mapgears.com/



More information about the mapserver-dev mailing list