Re: problem compiling SoapHeader.cpp

2005-01-24 Thread Roshan Weerasuriya
hi Nadir, Opps.. Yes. Thanks for pointing out this. I corrected it. Any idea where the iterator points to, after the following decleration? Is it to the begining of the list or ?? list::iterator m_itHeaderBlocks; Roshan On Mon, 2005-01-24 at 09:44, Nadir Amra wrote: > I just downloaded latest

problem compiling SoapHeader.cpp

2005-01-23 Thread Nadir Amra
I just downloaded latest code, and I am having problems compiling src/soap/SoapHeader.cpp, the code that errors out is the first if-check in the following routine: = IHeaderBlock* SoapHeader::getCurrentHeaderBlock() { if (m_itHeaderBlocks == NULL) { return NULL;