diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-20 17:18:52 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-20 17:18:52 +0000 |
| commit | 16db1cb57501363fea65127cb5eee797399305ac (patch) | |
| tree | 0cb547b44e87d5d7eaafb9923b28fe6806700990 /cpp/src/qpid/framing/MethodHolder.h | |
| parent | 6cc9fa34792b640df3283f4aa4021237f2ee4ae9 (diff) | |
| download | qpid-python-16db1cb57501363fea65127cb5eee797399305ac.tar.gz | |
Fixed Blob bug causing test crashes/hangs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@567755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/MethodHolder.h')
| -rw-r--r-- | cpp/src/qpid/framing/MethodHolder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/MethodHolder.h b/cpp/src/qpid/framing/MethodHolder.h index a8bc8f2728..5324b34ccd 100644 --- a/cpp/src/qpid/framing/MethodHolder.h +++ b/cpp/src/qpid/framing/MethodHolder.h @@ -84,7 +84,7 @@ class MethodHolder bool empty() const { return blob.empty(); } private: - Blob<MAX_METHODBODY_SIZE> blob; + Blob<MAX_METHODBODY_SIZE, AMQMethodBody> blob; class CopyVisitor; friend struct CopyVisitor; }; |
