<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/examples/topic_publisher.cpp, branch 0.6rc1</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-676: Jonathan Robie's C++ examples.</title>
<updated>2007-11-09T02:38:33+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-11-09T02:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=efb5b0171cd6049db8fdd2aa3f9546c65be19852'/>
<id>efb5b0171cd6049db8fdd2aa3f9546c65be19852</id>
<content type='text'>
Made the following alterations for recent C++ API changes:
 - use arg:: namespace for Session keyword arguments.
 - removed trailing _ on session method names.

cpp/examples/Makefile.am calls make in each example directory with
flags to build examples from headers/libraries SVN checkout.

Examples themselves have a plain Makefile (not automake) which will
work as is if qpid is installed in standard places.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@593402 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made the following alterations for recent C++ API changes:
 - use arg:: namespace for Session keyword arguments.
 - removed trailing _ on session method names.

cpp/examples/Makefile.am calls make in each example directory with
flags to build examples from headers/libraries SVN checkout.

Examples themselves have a plain Makefile (not automake) which will
work as is if qpid is installed in standard places.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@593402 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed stray #include QpidError.h missed in previous commit.</title>
<updated>2007-10-26T21:22:50+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-10-26T21:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=747e8f422eca6cb2cbf430c21e32176211e9c7bc'/>
<id>747e8f422eca6cb2cbf430c21e32176211e9c7bc</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@588780 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@588780 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed the following files for consistency:</title>
<updated>2007-09-25T18:16:02+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-09-25T18:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=00b761b3b6d80ee2bb3e538face881748efb2b09'/>
<id>00b761b3b6d80ee2bb3e538face881748efb2b09</id>
<content type='text'>
broker/BrokerExchange.cpp -&gt; Exchange.cpp
broker/BrokerExchange.h -&gt; Exchange.h
broker/BrokerQueue.cpp -&gt; Queue.cpp
broker/BrokerQueue.h -&gt; Queue.h
client/ClientChannel.cpp -&gt; Channel.cpp
client/ClientChannel.h -&gt; Channel.h
client/ClientConnection.cpp -&gt; Connection.cpp
client/ClientExchange.cpp -&gt; Exchange.cpp
client/ClientExchange.h -&gt; Exchange.h
client/ClientMessage.h -&gt; Message.h
client/ClientQueue.cpp -&gt; Queue.cpp
client/ClientQueue.h -&gt; Queue.h


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@579340 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
broker/BrokerExchange.cpp -&gt; Exchange.cpp
broker/BrokerExchange.h -&gt; Exchange.h
broker/BrokerQueue.cpp -&gt; Queue.cpp
broker/BrokerQueue.h -&gt; Queue.h
client/ClientChannel.cpp -&gt; Channel.cpp
client/ClientChannel.h -&gt; Channel.h
client/ClientConnection.cpp -&gt; Connection.cpp
client/ClientExchange.cpp -&gt; Exchange.cpp
client/ClientExchange.h -&gt; Exchange.h
client/ClientMessage.h -&gt; Message.h
client/ClientQueue.cpp -&gt; Queue.cpp
client/ClientQueue.h -&gt; Queue.h


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@579340 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples update, exception handling.</title>
<updated>2007-06-13T18:46:29+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-06-13T18:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=70df9f9535195b845e29a45a95a07a3b3262a52e'/>
<id>70df9f9535195b845e29a45a95a07a3b3262a52e</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@546995 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@546995 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial examples directory with jrobies example programs and Makefile.am.</title>
<updated>2007-06-12T19:37:17+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-06-12T19:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=b59dcd9cfcdc5898c8d1c3b55a28065a4fc4ce68'/>
<id>b59dcd9cfcdc5898c8d1c3b55a28065a4fc4ce68</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@546612 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@546612 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
