diff options
| author | Alan Conway <aconway@apache.org> | 2009-05-06 12:44:35 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-05-06 12:44:35 +0000 |
| commit | 5d89f0791bec9417c3dc59a1903a17a1f7e78e52 (patch) | |
| tree | e9a3380010d27a136c5bf9164d1b0e87c78f5227 /cpp/src/qpid/client/SessionBase_0_10.cpp | |
| parent | ce5bcdea89da659e34bbddf3263c761d495f3386 (diff) | |
| download | qpid-python-5d89f0791bec9417c3dc59a1903a17a1f7e78e52.tar.gz | |
Remove client::Execution and FrameSet from the public API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@772182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/SessionBase_0_10.cpp')
| -rw-r--r-- | cpp/src/qpid/client/SessionBase_0_10.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/qpid/client/SessionBase_0_10.cpp b/cpp/src/qpid/client/SessionBase_0_10.cpp index 8a33c7393f..140d6f9a12 100644 --- a/cpp/src/qpid/client/SessionBase_0_10.cpp +++ b/cpp/src/qpid/client/SessionBase_0_10.cpp @@ -37,11 +37,6 @@ void SessionBase_0_10::close() if (impl) impl->close(); } -Execution& SessionBase_0_10::getExecution() -{ - return *impl; -} - void SessionBase_0_10::flush() { impl->sendFlush(); @@ -76,7 +71,5 @@ void SessionBase_0_10::resume(Connection c) { impl->resume(c.impl); } uint32_t SessionBase_0_10::timeout(uint32_t seconds) { return impl->setTimeout(seconds); } SessionId SessionBase_0_10::getId() const { return impl->getId(); } -framing::FrameSet::shared_ptr SessionBase_0_10::get() { return impl->get(); } - }} // namespace qpid::client |
