> On Wed, 2009-04-29 at 13:52 -0600, Derek Jones wrote:
> > Hi all,
> > 
> > SipTlsServer does not build. There is a mismatch in the constructor 
> > parameters.
> > 
> > In SipTlsServer.h we have:
> > 
> >    SipTlsServer(int sipPort,
> >                 SipUserAgent* userAgent,
> >                 SipProtocolServerBase* pSipServer,
> >                 UtlBoolean bUseNextAvailablePort = FALSE);
> >      //:Default constructor
> > 
> > In SipTlsServer.cpp we have:
> > 
> > // Constructor
> > SipTlsServer::SipTlsServer(int port,
> >                            SipUserAgent* userAgent,
> >                            UtlBoolean bUseNextAvailablePort) :
> > 
> > The pSipServer parameter is missing.
> > 
> > 
> > Is there an explanation for this or is no one using TLS?
> 
> It hasn't been built in a while, I think.
> 
> There were some changes made during 4.0 that may have changed 
> that signature - does this look familiar Robert?

It didn't look familiar to me so I did a little digging around.   The .h
file was changed in r10975 by Dale in the context of the 'All the
changes to the SipClient infrastructure to support TCP well' activity
but it seems like the .cpp file was left unchanged.  Dale can you
comment?
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to