summaryrefslogtreecommitdiff
path: root/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2006-12-20 22:36:18 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2006-12-20 22:36:18 +0000
commit2d2987524e190459d3c6d39ac816b2655deee443 (patch)
tree64abc5c9e5ffb45f001b3478305312c6e795a37c /gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
parent786c13d1833f626bf47262dd16ea48c81ac3887f (diff)
downloadqpid-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_ServerOperations.h.tmpl')
-rw-r--r--gentools/templ.cpp/AMQP_ServerOperations.h.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl b/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
index 5728a4ce31..b55705b980 100644
--- a/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
+++ b/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
@@ -38,6 +38,9 @@
namespace qpid {
namespace framing {
+class AMQP_ServerProxy;
+class AMQP_ClientProxy;
+
class AMQP_ServerOperations
{
protected:
@@ -46,7 +49,7 @@ protected:
public:
AMQP_ServerOperations(u_int8_t major, u_int8_t minor) : version(major, minor) {}
- AMQP_ServerOperations(ProtocolVersion version) : version(version) {}
+ AMQP_ServerOperations(ProtocolVersion& version) : version(version) {}
virtual ~AMQP_ServerOperations() {}
inline u_int8_t getMajor() const { return version.getMajor(); }