diff options
author | Alan Conway <aconway@apache.org> | 2007-03-15 19:22:02 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-15 19:22:02 +0000 |
commit | 6bc8ab8e4b209b841969544fc735361335040906 (patch) | |
tree | 90b8a4b3f0ec4fdf2c3a0ac02b27768b953a3be1 /cpp/tests/InMemoryContentTest.cpp | |
parent | f92c42ffe7662d1d0e2863c6e143567b25ae2024 (diff) | |
download | qpid-python-6bc8ab8e4b209b841969544fc735361335040906.tar.gz |
Changed u_int<n>_t to uint<n>_t for posix compliance.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/InMemoryContentTest.cpp')
-rw-r--r-- | cpp/tests/InMemoryContentTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/InMemoryContentTest.cpp b/cpp/tests/InMemoryContentTest.cpp index c8433432e8..d02cc56a7b 100644 --- a/cpp/tests/InMemoryContentTest.cpp +++ b/cpp/tests/InMemoryContentTest.cpp @@ -55,7 +55,7 @@ public: } - void refragment(size_t inCount, string* in, size_t outCount, string* out, u_int32_t framesize = 5) + void refragment(size_t inCount, string* in, size_t outCount, string* out, uint32_t framesize = 5) { InMemoryContent content; MockChannel channel(3); |