diff options
author | Alan Conway <aconway@apache.org> | 2007-03-21 19:12:14 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-21 19:12:14 +0000 |
commit | c1b0ba624ff2de40b23342cf2a96885342884dad (patch) | |
tree | f4fa4ef721b1fe98543cb49cc2c31f03cee452ed /cpp/lib/client/IncomingMessage.h | |
parent | df4faa062b3512312c78167bfbdf19ff969210ac (diff) | |
download | qpid-python-c1b0ba624ff2de40b23342cf2a96885342884dad.tar.gz |
Refactored client side for dual-mode Channel supporting either 0-9 Message or 0-8 Basic.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/client/IncomingMessage.h')
-rw-r--r-- | cpp/lib/client/IncomingMessage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/client/IncomingMessage.h b/cpp/lib/client/IncomingMessage.h index 2d7c8723c5..6ec949028d 100644 --- a/cpp/lib/client/IncomingMessage.h +++ b/cpp/lib/client/IncomingMessage.h @@ -43,6 +43,7 @@ namespace client { * * Broker initiated messages (basic.return, basic.deliver) are * queued for handling by the user dispatch thread. + * */ class IncomingMessage { public: |