diff options
author | Ted Ross <tross@apache.org> | 2009-09-17 19:27:52 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-09-17 19:27:52 +0000 |
commit | b792f14784600e7a85b41b5dba12bad8560a9077 (patch) | |
tree | 44e22f9dd9784e7c3044b9e53b20a86100ccbb2c /cpp/src/qmf/ValueImpl.h | |
parent | 54acfabb0ae891b0a777cf09c7b9d8de620ce56f (diff) | |
download | qpid-python-b792f14784600e7a85b41b5dba12bad8560a9077.tar.gz |
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/qpid@816345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/ValueImpl.h')
-rw-r--r-- | cpp/src/qmf/ValueImpl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qmf/ValueImpl.h b/cpp/src/qmf/ValueImpl.h index cf33035bf7..5be4cbc205 100644 --- a/cpp/src/qmf/ValueImpl.h +++ b/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(); |