New KIO::Connection

Ralf Habacker ralf.habacker at freenet.de
Tue Jul 17 10:21:47 BST 2007


Thiago Macieira schrieb:
> Ralf Habacker wrote:
>   
>>>> Is there any timeline for integrating this new connection stuff in
>>>> kde svn ?
>>>>         
>>> Yes, next Monday.
>>>       
>> With or without the tcp stuff ? If with I assume you have fixed the open
>> issues. If not probably some fixes are required as you suggested  and
>> one additional I see:
>>     
>
> With the TCP stuff. I have not but I will have fixed the remaining issues.
>
>   
>> In
>> void ConnectionServer::listenForRemote()
>> {
>> #ifdef Q_WS_WIN
>>    d->backend = new TCPSocketConnectionBackend(this);
>> #else
>>    // try the Local socket backend
>>    d->backend = new LocalSocketConnectionBackend(this);
>> #endif
>>
>> the backend initialisation is fixed to the os. Should this still be the
>> case ?
>>     
>
> Yes, I think so.
>
>   
Just for the record. I changed the TCP stuff to use
QTcpSocket/QTcpServer and moved the TCP backend methods below the local
backend .

Ralf






More information about the kde-core-devel mailing list