Re: Problem initializing and terminating XMLPlatformUtils

2001-09-06 Thread legaultc
Given that the XMLDeleterFor<> is used to released memory allocated for a pointer of global lifetime I'm not sure this is a problem. Just to make it clear, here's the change that I propose: XMLDeleterFor.hpp - 93c93 < XMLDeleterFor(T** toDelete); --- > XMLDe

Problem initializing and terminating XMLPlatformUtils

2001-09-05 Thread legaultc
I have a need to initialize and terminate the utilities multiple time for a single process. For each lazily initialized data (or Singleton) we register an object that will perfom its cleanup (XMLDeleterFor). It seems to me that if we modified the XMLDeleterFor to not only delete the pointer b