diff options
| author | Alan Conway <aconway@apache.org> | 2007-09-28 16:48:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-09-28 16:48:50 +0000 |
| commit | 817e8ff160dc26274ca576f0bd76022eaa6c59cf (patch) | |
| tree | 3a4c8f88196341a69bae50b2f71932353c340dcc | |
| parent | 6334d223195df7f5401037c72bd257f3501f89dc (diff) | |
| download | qpid-python-817e8ff160dc26274ca576f0bd76022eaa6c59cf.tar.gz | |
Missed commit for last checkin.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@580413 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/rubygen/templates/Session.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/rubygen/templates/Session.rb b/qpid/cpp/rubygen/templates/Session.rb index c02bce5699..2b599ed7b3 100644 --- a/qpid/cpp/rubygen/templates/Session.rb +++ b/qpid/cpp/rubygen/templates/Session.rb @@ -156,11 +156,10 @@ EOS class #{@classname} { shared_ptr<SessionCore> impl; framing::ProtocolVersion version; +public: #{@classname}(); #{@classname}(shared_ptr<SessionCore>); - friend class Connection; -public: framing::FrameSet::shared_ptr get() { return impl->get(); } Uuid getId() const { return impl->getId(); } void setSynchronous(bool sync) { impl->setSync(sync); } |
