[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ Patch #486 ] strstream -> sstream & ::send() -> tcp()->write()
From: |
Federico Montesino Pouzols |
Subject: |
RE: [ Patch #486 ] strstream -> sstream & ::send() -> tcp()->write() |
Date: |
Wed, 21 Aug 2002 23:22:50 +0200 (CEST) |
Ok, I will incorporate everything bug the tcp()->write() calls.
>> -----Original Message-----
>> From: Federico Montesino Pouzols [mailto:address@hidden
>> Sent: Wednesday, August 21, 2002 9:47 PM
>> To: address@hidden
>> Cc: address@hidden
>> Subject: Re: [ Patch #486 ] strstream -> sstream & ::send() ->
>> tcp()->write()
>>
>
> Hello,
> to be honest: I didn't try this as I did not
> expect any problem from tcp() - sorry :(
> From the documentation I thought that any
> i/o to or from tcp() should be directed to
> so - the member inherited from class Socket.
> So may be I should have investigated some
> more time looking into the sources.
> But wait, I remember that some time ago I had problems
> using tcp() in one of my own classes derived
> from TCPStream. I can't tell what was the problem.
> I just changed my class to be inherited from
> tcpstream instead of TCPStream and it worked.
> May be that tcpstreams are more standard iostreams?
> So - for now - I suggest to apply only the
> patcheses needed to remove <strstream>.
> Perhaps the original author could help with
> this problem?
>
> Best regards,
>
> Norbert