diff options
| author | Alan Conway <aconway@apache.org> | 2011-01-21 17:47:43 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-01-21 17:47:43 +0000 |
| commit | 1d030ca67212618741e78602f1acc9297a1536b3 (patch) | |
| tree | cde0ccb63dfb66e50e9d755f1c8d02be78915cf1 /cpp | |
| parent | 4628ce6c9784794c96ff1341f6e363900789defa (diff) | |
| download | qpid-python-1d030ca67212618741e78602f1acc9297a1536b3.tar.gz | |
Moved ResizableBuffer.h from include to src. Not part of the public API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1061932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/framing/ResizableBuffer.h (renamed from cpp/include/qpid/framing/ResizableBuffer.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/framing/ResizableBuffer.h b/cpp/src/qpid/framing/ResizableBuffer.h index e6c9e7a113..0abc5ba7f4 100644 --- a/cpp/include/qpid/framing/ResizableBuffer.h +++ b/cpp/src/qpid/framing/ResizableBuffer.h @@ -22,7 +22,7 @@ * */ -#include "Buffer.h" +#include "qpid/framing/Buffer.h" #include <vector> namespace qpid { |
