diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-20 22:36:18 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-20 22:36:18 +0000 |
| commit | 2d2987524e190459d3c6d39ac816b2655deee443 (patch) | |
| tree | 64abc5c9e5ffb45f001b3478305312c6e795a37c /gentools/templ.cpp/AMQP_ServerProxy.h.tmpl | |
| parent | 786c13d1833f626bf47262dd16ea48c81ac3887f (diff) | |
| download | qpid-python-2d2987524e190459d3c6d39ac816b2655deee443.tar.gz | |
Multi version support part 2.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gentools/templ.cpp/AMQP_ServerProxy.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_ServerProxy.h.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl b/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl index 5f808982fa..c0acf6222e 100644 --- a/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl +++ b/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl @@ -39,11 +39,13 @@ namespace framing { class AMQP_ServerProxy : public AMQP_ServerOperations { private: + ProtocolVersion version; OutputHandler* out; %{CLIST} ${sph_handler_pointer_defn} public: AMQP_ServerProxy(OutputHandler* out, u_int8_t major, u_int8_t minor); + ProtocolVersion& getProtocolVersion() {return version;} virtual ~AMQP_ServerProxy() {} // Get methods for handlers |
