[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/kxmlrpcclient
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2007-06-16 18:06:28
Message-ID: 1182017188.420046.30495.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 676352 by osterfeld:

make dtors non-virtual


 M  +1 -1      client.h  
 M  +2 -2      query.h  


--- trunk/KDE/kdepimlibs/kxmlrpcclient/client.h #676351:676352
@@ -72,7 +72,7 @@
     /**
       Destroys the XML-RPC Client.
      */
-    virtual ~Client();
+    ~Client();
 
     /**
       Returns the current url the XML-RPC Client will connect to.
--- trunk/KDE/kdepimlibs/kxmlrpcclient/query.h #676351:676352
@@ -87,7 +87,7 @@
 
   private:
     Query( const QVariant &id, QObject *parent = 0 );
-    virtual ~Query();
+    ~Query();
 
     class Private;
     Private *const d;
@@ -123,7 +123,7 @@
     /**
       Destroys a result.
      */
-    virtual ~Result();
+    ~Result();
 
     /**
       Assigns the values of one result to this one.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic