From b2d40ca499e2e0a4cee09810c862facf08a70b0c Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 17 Sep 2009 19:27:52 +0000 Subject: QMF Console - Added implementation for method invocation - Added metaprogramming hooks in Ruby for attribute and method access - Refactored file structure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@816345 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/ValueImpl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/cpp/src/qmf/ValueImpl.h') diff --git a/qpid/cpp/src/qmf/ValueImpl.h b/qpid/cpp/src/qmf/ValueImpl.h index cf33035bf7..5be4cbc205 100644 --- a/qpid/cpp/src/qmf/ValueImpl.h +++ b/qpid/cpp/src/qmf/ValueImpl.h @@ -60,8 +60,7 @@ namespace qmf { uint8_t uuidVal[16]; } value; - ValueImpl(Value* e, Typecode t, Typecode at) : - envelope(e), typecode(t), valid(false), arrayTypecode(at) {} + ValueImpl(Value* e, Typecode t, Typecode at); ValueImpl(Typecode t, qpid::framing::Buffer& b); ValueImpl(Typecode t); ~ValueImpl(); -- cgit v1.2.1