KIO::SlaveBase patch for your consideration

Alex Zepeda zipzippy at sonic.net
Sun Jul 13 05:10:40 BST 2003


I'd like to commit the following patch to kio.  Basically I see no reason
why anything other than what's in the "private class" should be hidden
from other classes that may desire to inherit SlaveBase.  I believe that
such a change is binary compatible but I'm unsure.  Objections?

- alex

Index: slavebase.h
===================================================================
RCS file: /home/kde/kdelibs/kio/kio/slavebase.h,v
retrieving revision 1.94
diff -b -d -u -1 -r1.94 slavebase.h
--- slavebase.h	12 Jul 2003 15:19:13 -0000	1.94
+++ slavebase.h	13 Jul 2003 04:08:11 -0000
@@ -760,5 +760,4 @@
     void setKillFlag();
-private:
+protected:
     bool storeAuthInfo( const QCString&, const QCString&, const AuthInfo& );
-
     UDSEntryList pendingListEntries;
@@ -771,3 +770,2 @@
     static long s_seqNr;
-protected:
     virtual void virtual_hook( int id, void* data );




More information about the kde-core-devel mailing list