diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-01-09 19:04:18 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-01-09 19:04:18 +0000 |
| commit | 40fc953252097301bdc6cb8eff8b65b259e68e06 (patch) | |
| tree | ab2b2411a9c76f3fbae1f1dfb7de09e7cb446fd9 /gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | |
| parent | 894b6d2bb95aa279a5dc54a975cea0bc15529c46 (diff) | |
| download | qpid-python-40fc953252097301bdc6cb8eff8b65b259e68e06.tar.gz | |
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
Diffstat (limited to 'gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
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<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); }; |
