summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-061-0/+1
* Add extern for run() so tests can link correctly on WindowsStephen D. Huston2009-04-301-1/+4
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-231-1/+2
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-1/+1
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-0/+1
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-19/+6
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+7
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-0/+3
* Changes to Session API:Alan Conway2008-05-261-4/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-6/+5
* client::SubscriptionManager:Alan Conway2007-11-071-10/+8
* Rename client::Session as client::Session_0_10Alan Conway2007-10-291-5/+5
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-4/+4
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-0/+87