From a653ebe5bdfad1d44a576d2ab23f7e6ea80ba96f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 7 Oct 2008 17:24:24 +0000 Subject: Rename size() to encodedSize() for encoded types to allow std collection interfaces for types like FieldTable and Array. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702551 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/Array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/framing/Array.h') diff --git a/cpp/src/qpid/framing/Array.h b/cpp/src/qpid/framing/Array.h index 2cbd4c0b29..b18b86fa35 100644 --- a/cpp/src/qpid/framing/Array.h +++ b/cpp/src/qpid/framing/Array.h @@ -39,7 +39,7 @@ class Array typedef boost::shared_ptr ValuePtr; typedef std::vector ValueVector; - uint32_t size() const; + uint32_t encodedSize() const; void encode(Buffer& buffer) const; void decode(Buffer& buffer); -- cgit v1.2.1