summaryrefslogtreecommitdiff
path: root/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-01-09 20:15:52 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-01-09 20:15:52 +0000
commitc5b5ae3e6dbf44e8e81a4a2dc21505056ec47613 (patch)
tree5e33fb8f9289505b9d1a5dfa1c1704ca6b2e4e4f /qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
parent13659cefe235ac0228749ba53e534910b9aae193 (diff)
downloadqpid-python-c5b5ae3e6dbf44e8e81a4a2dc21505056ec47613.tar.gz
code gen part of last change. requires bootstrap
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl')
-rw-r--r--qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl b/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
index d3ad37a8e0..6db1ceae0c 100644
--- a/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
+++ b/qpid/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
@@ -45,10 +45,9 @@ typedef AMQMethodBody* (*fnPtr)(u_int8_t, u_int8_t);
class AMQP_MethodVersionMap: public std::map<u_int64_t, fnPtr>
{
protected:
- ProtocolVersion version;
u_int64_t createMapKey(u_int16_t classId, u_int16_t methodId, u_int8_t major, u_int8_t minor);
public:
- AMQP_MethodVersionMap(u_int8_t major, u_int8_t minor);
+ AMQP_MethodVersionMap();
AMQMethodBody* createMethodBody(u_int16_t classId, u_int16_t methodId, u_int8_t major, u_int8_t minor);
};