summaryrefslogtreecommitdiff
path: root/cpp/examples/messaging/spout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-1/+1
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-2/+2
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-6/+5
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-3/+3
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-1/+2
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-1/+2
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-1/+4
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-2/+0
* Change spout option name to match equivalent python exampleGordon Sim2009-11-201-1/+1
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-191-0/+190