SHA256
8
0
forked from pool/xmlrpc-c

Accepting request 74804 from home:appleonkel:branches:devel:libraries:c_c++

I updated to recent stable version (not superstable). I hope the new %{soname} version wouldn't break anything. Please have a deeper look at this package.

OBS-URL: https://build.opensuse.org/request/show/74804
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=61
This commit is contained in:
Ismail Dönmez
2011-07-18 11:51:13 +00:00
committed by Git OBS Bridge
parent 718b35254a
commit ce2d8cadb4
12 changed files with 134 additions and 563 deletions

View File

@@ -0,0 +1,10 @@
--- include/xmlrpc-c/registry.hpp.orig 2011-06-28 22:43:07.787955247 +0200
+++ include/xmlrpc-c/registry.hpp 2011-06-28 22:43:56.652197548 +0200
@@ -24,6 +24,7 @@
information pertinent to that kind of server.
-----------------------------------------------------------------------------*/
public:
+ callInfo() {};
virtual ~callInfo() {}; // This makes it polymorphic
};