MapServer / MapServer-import

3 stars 2 forks source link

"string" member of labelCacheMemberObj conflict with C# #852

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: sgillies@frii.com Date: 2004/09/05 - 17:37

"string" is a C# keyword and anyone who tries to make a C# mapscript module
using SWIG immediately runs into a conflict.  The mapscript.i file was filled
with such conflicts, and they exist in the core mapserver structures as well.
At any rate, "string" is a bad name for a variable and the code benefits
from a renaming.
tbonfort commented 12 years ago

Author: sdlime Date: 2004/09/13 - 17:32

Can you make the switch to text or something along those lines? I doubt anyone 
will notice...

Steve
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/09/15 - 18:38

OK.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/09/16 - 22:57

Done.  Will reopen if I've missed anything.
tbonfort commented 12 years ago

Author: sdlime Date: 2004/09/16 - 23:25

Great, thanks!

Steve