summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/map_sender.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-141-1/+3
* Make address used for map sender/receiver configurable; make default create t...Gordon Sim2010-07-191-1/+2
* Changed floating point from "price" to "percent" - better use of floating point.Jonathan Robie2010-05-051-1/+1
* 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: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-2/+1
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-4/+3
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+1
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-2/+2
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-1/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-0/+1
* define content- and view- classes separately from message classGordon Sim2009-10-021-4/+7
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+66