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
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;