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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kdecore/network
From:       Thiago Macieira <thiago () kde ! org>
Date:       2005-08-02 15:53:48
Message-ID: 1122998028.929466.23681.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 442405 by thiago:

Merge cartman's changes from trunk
BACKPORT:442391,442392


 M  +6 -0      ksocketdevice.h  


--- branches/KDE/3.5/kdelibs/kdecore/network/ksocketdevice.h #442404:442405
@@ -402,6 +402,9 @@
 class KSocketDeviceFactoryBase
 {
 public:
+  KSocketDeviceFactoryBase() {};
+  virtual ~KSocketDeviceFactoryBase() {};
+
   virtual KSocketDevice* create(KSocketBase*) const = 0;
 };
 
@@ -413,6 +416,9 @@
 class KSocketDeviceFactory: public KSocketDeviceFactoryBase
 {
 public:
+  KSocketDeviceFactory() {};
+  virtual ~KSocketDeviceFactory() {};
+
   virtual KSocketDevice* create(KSocketBase* parent) const
   { return new Impl(parent); }
 };
[prev in list] [next in list] [prev in thread] [next in thread] 

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