<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/" rel="alternate"/><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/jsonrpc-cpp/patches/</id><updated>2015-07-26T16:44:48.816000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>#3 Replace #ifndef WIN32  to #ifndef _WIN32</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/3/?limit=50#6836" rel="alternate"/><published>2015-07-26T16:44:48.816000Z</published><updated>2015-07-26T16:44:48.816000Z</updated><author><name>Sebastien Vincent</name><uri>https://sourceforge.net/u/s-vincent/</uri></author><id>https://sourceforge.net506c3e824c13041915e735db7e5365f82b2002f4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Sebastien Vincent&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#3 Replace #ifndef WIN32  to #ifndef _WIN32</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/3/?limit=50#6f3d" rel="alternate"/><published>2015-07-26T16:34:04.513000Z</published><updated>2015-07-26T16:34:04.513000Z</updated><author><name>Sebastien Vincent</name><uri>https://sourceforge.net/u/s-vincent/</uri></author><id>https://sourceforge.netdb9af0023037781891e686aeb882f4fabdd7f593</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you. Fixed in SVN revision 74.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Replace #ifndef WIN32  to #ifndef _WIN32</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/3/" rel="alternate"/><published>2014-12-10T23:05:14.762000Z</published><updated>2014-12-10T23:05:14.762000Z</updated><author><name>Pavel Vatagin</name><uri>https://sourceforge.net/u/pavelvat/</uri></author><id>https://sourceforge.net38a143954cb0d3b51911489e59f3ee36a97f8ff7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sourceforge.net/p/jsonrpc-cpp/code/HEAD/tree/trunk/src/system.cpp#l48"&gt;https://sourceforge.net/p/jsonrpc-cpp/code/HEAD/tree/trunk/src/system.cpp#l48&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Replace #ifndef WIN32  to #ifndef _WIN32</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/3/" rel="alternate"/><published>2014-12-10T23:05:14.762000Z</published><updated>2014-12-10T23:05:14.762000Z</updated><author><name>Pavel Vatagin</name><uri>https://sourceforge.net/u/pavelvat/</uri></author><id>https://sourceforge.net15904b078a8d23f310eea8a22c251e617b2e0f92</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 3 has been modified: Replace #ifndef WIN32  to #ifndef _WIN32&lt;br /&gt;
Edited By: Sebastien Vincent (s-vincent)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br /&gt;
Owner updated: None =&amp;gt; u's-vincent'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2 Patch for namespace renaming bug</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/2/?limit=25#c11a" rel="alternate"/><published>2013-02-07T16:46:59.426000Z</published><updated>2013-02-07T16:46:59.426000Z</updated><author><name>Sebastien Vincent</name><uri>https://sourceforge.net/u/s-vincent/</uri></author><id>https://sourceforge.net0c0d4fd4ef4388c0f3511a7be735efa9febb4ab2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Patch for namespace renaming bug</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/2/" rel="alternate"/><published>2012-05-30T15:05:34Z</published><updated>2012-05-30T15:05:34Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net00953ce86e8fd960fb5ca134d95039203f55eb4b</id><summary type="html">Namespace System:: was changed to system\_util:: in revision 65 in all but one place, which breaks compilation.  Please apply the following patch to fix.

Index: src/jsonrpc\_httpclient.h
===================================================================
\--- src/jsonrpc\_httpclient.h	\(revision 65\)
+++ src/jsonrpc\_httpclient.h	\(working copy\)
@@ -206,7 +206,7 @@
/\*\*
\* \brief Mutex to protected m\_lastReceivedList.
\*/
\-        System::Mutex m\_mutex;
\+        system\_util::Mutex m\_mutex;
\};
\} /\* namespace Rpc \*/
\} /\* namespace Json \*/
</summary></entry><entry><title>Patch for namespace renaming bug</title><link href="https://sourceforge.net/p/jsonrpc-cpp/patches/2/" rel="alternate"/><published>2012-05-30T15:05:34Z</published><updated>2012-05-30T15:05:34Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net67c748900367c7802648c16bec723190d819233b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2 has been modified: Patch for namespace renaming bug&lt;br /&gt;
Edited By: Sebastien Vincent (s-vincent)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>