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 | c386d887cafdd5e56277fed0e6c6805d30513147 (patch) | |
| tree | e6fd9cb76df2e4bd0907f4e1a9e5ce2febe474ed /qpid/cpp | |
| parent | 994c1439cce8f9bf9e9f858e5729652ede9a39f2 (diff) | |
| download | qpid-python-c386d887cafdd5e56277fed0e6c6805d30513147.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@1061932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/framing/ResizableBuffer.h (renamed from qpid/cpp/include/qpid/framing/ResizableBuffer.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/framing/ResizableBuffer.h b/qpid/cpp/src/qpid/framing/ResizableBuffer.h index e6c9e7a113..0abc5ba7f4 100644 --- a/qpid/cpp/include/qpid/framing/ResizableBuffer.h +++ b/qpid/cpp/src/qpid/framing/ResizableBuffer.h @@ -22,7 +22,7 @@ * */ -#include "Buffer.h" +#include "qpid/framing/Buffer.h" #include <vector> namespace qpid { |
