From b4dac41573e33e1a04a2b7b8c9a35f5e72b662bc Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 3 Mar 2008 14:49:06 +0000 Subject: A further step to final 0-10 spec. The extra.xml fragment adds class defs for connection in session that are in line with latest spec but use old schema. The preview codepath (99-0) remains unaltered. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633108 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/SequenceNumber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/framing/SequenceNumber.h') diff --git a/cpp/src/qpid/framing/SequenceNumber.h b/cpp/src/qpid/framing/SequenceNumber.h index b2594452d0..0ed591b804 100644 --- a/cpp/src/qpid/framing/SequenceNumber.h +++ b/cpp/src/qpid/framing/SequenceNumber.h @@ -39,7 +39,7 @@ class SequenceNumber SequenceNumber& operator++();//prefix ++ const SequenceNumber operator++(int);//postfix ++ - SequenceNumber operator+(uint32_t) const; + SequenceNumber& operator--();//prefix ++ bool operator==(const SequenceNumber& other) const; bool operator!=(const SequenceNumber& other) const; bool operator<(const SequenceNumber& other) const; -- cgit v1.2.1