Re: C++ errors building 3.HEAD on Windows

From: Alex Rousskov <rousskov@dont-contact.us>
Date: Tue, 22 Jan 2008 15:51:29 -0700

On Tue, 2008-01-22 at 23:30 +0100, Guido Serassio wrote:

> But after the commit for bug #1923 there is a new entry ....
>
> ESIInclude.cc
> ..\..\..\src\ESIInclude.cc(323) : error C2248:
> 'HttpHeader::removeConnectionHeaderEntries' : cannot access protected
> member declared in class 'HttpHeader'
> c:\work\nt-3.0\src\HttpHeader.h(257) : see declaration of
> 'HttpHeader::removeConnectionHeaderEntries'
> c:\work\nt-3.0\src\HttpHeader.h(195) : see declaration of 'HttpHeader'

I have committed a fix. Somebody did not grep for all
removeConnectionHeaderEntries() occurrences when replacing it with
removeHopByHopEntries(). I hate #ifdefs.

Thank you,

Alex.
Received on Tue Jan 22 2008 - 15:51:42 MST

This archive was generated by hypermail pre-2.1.9 : Wed Jan 30 2008 - 12:00:09 MST