From 40fc953252097301bdc6cb8eff8b65b259e68e06 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Tue, 9 Jan 2007 19:04:18 +0000 Subject: part 2 from andrew, issued commit at wrong level. This change requires a ./bootstap git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494525 13f79535-47bb-0310-9956-ffa450edef68 --- gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl') diff --git a/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl b/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl index d3ad37a8e0..6db1ceae0c 100644 --- a/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl +++ b/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 { 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); }; -- cgit v1.2.1