summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/templates/Session.rb
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-28 19:38:17 +0000
committerGordon Sim <gsim@apache.org>2007-08-28 19:38:17 +0000
commitb7b4a5407af61099567b8f1b3765cfada6150312 (patch)
tree84b36342792406d239c78b1fa040e9d3752a36c5 /qpid/cpp/rubygen/templates/Session.rb
parent6dacede976a8c5145ebc8bb74622403b5d8de204 (diff)
downloadqpid-python-b7b4a5407af61099567b8f1b3765cfada6150312.tar.gz
Updated message.transfer encoding to use header and content segments (including new structs).
Unified more between the basic and message classes messages. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@570538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/templates/Session.rb')
-rw-r--r--qpid/cpp/rubygen/templates/Session.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/templates/Session.rb b/qpid/cpp/rubygen/templates/Session.rb
index f4af2041dd..95b10c6dbf 100644
--- a/qpid/cpp/rubygen/templates/Session.rb
+++ b/qpid/cpp/rubygen/templates/Session.rb
@@ -88,7 +88,7 @@ public:
#{@classname}(ConnectionImpl::shared_ptr, SessionCore::shared_ptr);
~#{@classname}();
- ReceivedContent::shared_ptr get() { return impl->get(); }
+ framing::FrameSet::shared_ptr get() { return impl->get(); }
void setSynchronous(bool sync) { impl->setSync(sync); }
void close();
EOS