KTar/Karchive problem

Albert Astals Cid astals11 at terra.es
Tue Apr 19 17:12:01 BST 2005


karchive has
    virtual void close();
that calls 
    virtual bool closeArchive();
that classes that inherit have to implement.

The problem is that in KTar, closeArchive can fail and return false but the 
application has no way to know, as close() is void.

Am i wrong? Or is this a bug? If it has to be fixed can this be changed in a 
binary compatible way?

Albert




More information about the kde-core-devel mailing list