SOURCES: wvstreams-gcc4.patch - one more fix (virtual dtor in base...

pluto pluto at pld-linux.org
Thu Jul 27 11:47:44 CEST 2006


Author: pluto                        Date: Thu Jul 27 09:47:44 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- one more fix (virtual dtor in base class).
  NOTE! this fix changes abi and all packages based on wvstreams
        should be recompiled.

---- Files affected:
SOURCES:
   wvstreams-gcc4.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/wvstreams-gcc4.patch
diff -u SOURCES/wvstreams-gcc4.patch:1.1 SOURCES/wvstreams-gcc4.patch:1.2
--- SOURCES/wvstreams-gcc4.patch:1.1	Wed Jan 18 21:24:30 2006
+++ SOURCES/wvstreams-gcc4.patch	Thu Jul 27 11:47:39 2006
@@ -1,4 +1,3 @@
-diff -ur wvstreams-4.0.2/include/unilistgen.h wvstreams-4.0.2.gcc4/include/unilistgen.h
 --- wvstreams-4.0.2/include/unilistgen.h	2005-03-24 03:01:23.000000000 +0100
 +++ wvstreams-4.0.2.gcc4/include/unilistgen.h	2006-01-18 21:22:04.000000000 +0100
 @@ -31,7 +31,7 @@
@@ -10,7 +9,6 @@
  
      UniConfGenList *l;
      UniConfGenList::Iter i;
-diff -ur wvstreams-4.0.2/include/wvhttppool.h wvstreams-4.0.2.gcc4/include/wvhttppool.h
 --- wvstreams-4.0.2/include/wvhttppool.h	2005-03-24 03:01:23.000000000 +0100
 +++ wvstreams-4.0.2.gcc4/include/wvhttppool.h	2006-01-18 21:22:20.000000000 +0100
 @@ -57,7 +57,7 @@
@@ -22,3 +20,14 @@
  	: linkname(_linkname), url(_url)
      {}
  };
+--- wvstreams-4.0.2/xplc/include/xplc/IObject.h	2005-03-24 03:01:23.000000000 +0100
++++ wvstreams-4.0.2.gcc4/xplc/include/xplc/IObject.h	2006-07-27 10:56:07.470497750 +0200
+@@ -61,6 +61,8 @@
+ class IObject {
+   UNSTABLE_INTERFACE
+ public:
++  virtual ~IObject() { }
++
+   /**
+    * Indicate you are using this object.  This increases the reference
+    * count of the object by one.  Usually, when the reference count
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/wvstreams-gcc4.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list