diff options
| author | Alan Conway <aconway@apache.org> | 2008-10-08 00:36:42 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-10-08 00:36:42 +0000 |
| commit | 1896a5d32c87555877edd1dafc1bd34e3fcf5683 (patch) | |
| tree | 1b241ae2e857fa44170748075b07d40a973b18b4 /cpp/src/qpid/client/Connection.h | |
| parent | 9d199b74aee76859480a7ee92d95c6db42028b43 (diff) | |
| download | qpid-python-1896a5d32c87555877edd1dafc1bd34e3fcf5683.tar.gz | |
rubygen/framing.0-10/constants.rb: create functions for all 3 exception subclasses.
client: added session suspend/resume functions, resume not implemented yet.
ClientSessionTest: enabled compilation of suspend/resume tests with expected failures.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connection.h')
| -rw-r--r-- | cpp/src/qpid/client/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index cf5b09b255..a1575dd524 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -169,6 +169,7 @@ class Connection friend class ConnectionAccess; ///<@internal + friend class SessionBase_0_10; ///<@internal }; }} // namespace qpid::client |
