summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/topic_receiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup on examples:Gordon Sim2010-05-051-60/+0
* 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-1/+1
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-1/+0
* 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/+2
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-2/+2
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-11/+4
* define content- and view- classes separately from message classGordon Sim2009-10-021-2/+2
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+66